Debugger Window
The Debugger window is a seven-tabbed window that displays
information about the process currently being debugged.
- The Sessions tab lists the debugger sessions that are currently running.
- The Breakpoints tab lists currently set breakpoints, including the class
name and the line number or method in which the breakpoint is set.
- The Threads tab lists the threads and thread groups in the current
debugging process.
- The Call Stack tab lists the method calls that the thread has made since it
began running.
- The Watches tab lists the variables and expressions that are under continuous watch.
- The Variables tab shows
the local, instance, and static variables available in the current context.
- The Classes tab lists all classes that have been loaded by the process being
debugged.
The contextual menus in the Debugger window provide access to many of the
debugging commands you need. Right-click an item in the window to display a menu. The commands are also available from the Debug menu and
toolbar in the main window.
Legal Notices