Debugging Features and Techniques in Visual Studio
Tips on Debugging COBOL
Autos Window
The
Autos
window displays the variables used in the current statement and the previous statement in your COBOL source code.
Debug Tooltips
While debugging you can hover a data item to view its value in a debug tooltip.
Memory Window
The
Memory
window enables you to view and monitor the contents of the memory.
Watch Window
Parent topic:
Debugging COBOL Applications