Anjuta C/C++ IDE Manual | ||
---|---|---|
<<< Previous | Debugging: Session | Next >>> |
It is possible to attach to a running process for debugging. Choose the menu item Debug->Attach to Process …. A list of all the process running on the system will appear.
Select the process to attach to and click OK. Ensure that the executable (and hence the symbol table) have already been loaded into the debugger.
If lots of question marks (??) appear during the debugging session, then the attached process and the executable do not match.
<<< Previous | Home | Next >>> |
Loading Executables | Up | Loading a Core file |