The program sends output to the console, and you want the application to pause at a point where you can see the output.
EXEC SQL DISCONNECT CURRENT END-EXEC
) or
Step Over (F6,
) to execute statements until you get to your break point.
) to complete the debugging process.
This concludes the tutorial.