Anjuta IDE Manual | ||
---|---|---|
<<< Previous | Next >>> |
FIXME:
When control is returned from a program — possibly at a breakpoint — it is possible to evaluate expressions or inspect the values of variables in the program. Choose the menu item Debug->Inspect/Evaluate …, or click the Inspect button on the Debug Toolbar. A dialog prompting for the expression will appear. Supply a valid C expression, or a variable name, and click on OK.
A window will appear showing the result of the evaluation.
Alternatively, it is possible to highlight the expression in the editor and perform the above steps. This will save typing the expression in the Inspect dialog.
The expression may be any valid C expression and may include function calls from the program, library calls, system calls, etc..
<<< Previous | Home | Next >>> |
Enabling or Disabling Breakpoints | Expression Watch |