Anjuta Manual version 0.1

Copyright (c) Kh. Naba Kumar Singh

Contents Index Shortcuts
PREV:Kernal signals UP:Contents(Debugging) NEXT:Setting preferences

Cpu registers:

You can examine the contents of CPU's (microprocessor) internal registers. Activate View->Registers. A window listing all the available registers in the microprocessor and their corrosponding contents will appear. Right click on the window to popup operation menu.

Dynamically loaded Libraries:

To get the listing of the dynamic libraries used by you program, activate View->Shared Libraries. This will bring up a window which will list all the shared libraries your program has loaded and their locations in the memory. It is also told if the symbol table is loaded or not (Yes/No).

Interrupting the program:

While the program has got the control, you can not perform any debugging task. If you want back the control while the program is running, Activate Debug->Interrupt program. This will interrupt the program and give you the control back.

Of course, for the interruption to work properly, you should set the debugger behaviour for this interrupt signal (SIGINT) to the value [ Stop:Yes, Print:Yes, Pass:No ]. This is also the default value. So, unless you modify it, it will remain like this. See