Source Window
The Source window displays the source code for the program you are debugging. If your program was compiled with debugging information, you have three choices as to how to view it: by its source code, its disassembled machine code, or a combination of the two.
Call Stack Window
The Call Stack window displays information for a single thread. The thread number is indicated in the window title.
Breakpoint List Window
Use the Breakpoints List window to view breakpoints set in your program, change their characteristics, delete them, or add new ones.
Session Control Window
The Session Control window is the control window of the debugger, and is displayed during the entire debugging session. It contains a status line that indicates what the debugger is doing (for example, Ready).
![]()
Debugger Monitors
Source Window Views