Previous Next
Status line

The status line of the Debugger differs from the status lines of other tools and does not have a Frozen button. The Debugger status line has the following elements:
source file
Current source file.
exec file
Target file name of the executable.
status
State of the debugger.

The Debugger can be in one of four possible states:

not running
The back-end debugger is running, but the application being debugged is not running.
running
The application being debugged is running.
stopped
The application being debugged has stopped (e.g., due to a breakpoint).
idle
The Debugger has no debugger back-end process running.

Previous Next