Anjuta C/C++ IDE Manual | ||
---|---|---|
<<< Previous | Debugging: Session | Next >>> |
To start the debugger, choose the menu item Debug->Start Debugger. This will start the debugger with the executable of the current project. If there is no project open, then it will load the executable of the currently active file. If there is no project open, and no active file, the debugger will start, but no executable will be loaded. The executable will have to be loaded manually.
Once the debugger is started, a debugging session will be entered. When debugging is complete, exit the debugging session by choosing the menu item Debug->Stop Debugger.
<<< Previous | Home | Next >>> |
Debugging: Session | Up | Loading Executables |