Guides you through the process of
setting a break point,
and debugging the application in
Eclipse.
Add a break point
The program sends output to the console, and you want the application to pause at a point where you can see the output.
- In the COBOL Editor, scroll down to the following statement:
EXEC SQL DISCONNECT CURRENT END-EXEC
- Click the statement.
- In the gray area to the left of the statement, double click to toggle a break point.
This concludes the tutorial.