Information Window
The information window contains several tabs.
Perform stack
Traces the perform stack.
 
The content grows as you step into paragraphs and called programs and reduces as you return from them.
Monitor
Shows monitored data items and their values.
 
These actions are permitted using the tool-bar or the context menu:
create new monitors
enable or disable monitors
modify monitors
remove monitors
Breakpoints
Shows breakpoints.
 
These actions are permitted using the tool-bar or the context menu:
create new breakpoints
enable or disable breakpoints
modify monitors
remove breakpoints
Threads
Lists active COBOL threads.
 
This view allows you to select which thread to debug.
Command history
Lists the commands entered so far.
 
These actions are permitted using the tool-bar or the context menu:
execute a command again
clear the history
Console
Shows the console output.
Both the system output and any system errors are caught in the window.
The content of the system output is shown in black.
The content of a system error is shown in red.
 
These actions are permitted using the tool-bar or the context menu:
attach or detach the console. When detached, the output is not caught by the Debugger, going to the console of the process instead (e.g. the command prompt). Note that switching between 'attach' and 'detach' during remote debugging has no effect
clear the content from the window