Use the Debugging panel to specify the debugging settings for the project.
The table below lists and describes the various options available on the Debugging panel.
| Option | Description |
|---|---|
| Debug level |
Specify the debug levels:
|
| Debug format |
Specify the debug formats for the compiler.
|
| Other debugging flags | Specify the other debugging flags that need to be passed with the compiler |
| Generate prof information (-p) | Generates extra code to write profile information suitable for the analysis program prof. You must use this option when compiling the source files you want data about, and you must also use it when linking. |
| Generate gprof information (-pg) | Generates extra code to write profile information suitable for the analysis program gprof. You must use this option when compiling the source files you want data about, and you must also use it when linking. |