Miscellaneous information

The debugger can tell you various information about the program while it is running.

View shared libraries

  1. From the main menu, select Debug ▸ Info ▸ Shared Libraries.

This opens a window which will list all shared libraries the program has loaded and their locations in memory. It also shows whether each library's symbol table is loaded or not.

View signals

  1. From the main menu, select Debug ▸ Info ▸ Kernel signals.

This lists all available signals with a small description and three columns to specify what to do when a signal is received:

Stop

The debugger stops the program execution when the program receives this signal.

Print

The debugger displays the received signal.

Pass

The debugger passes the signal to the program.

The context menu that is displayed when you click the right mouse button has all its items disabled because the corresponding functions are not implemented yet.