Debugging with Code::Blocks

From Code::Blocks
Revision as of 00:49, 26 October 2006 by Pecan (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Make sure that the project is compiled with the -g compiler option.

Menu => Project => Build Options Set Project Build Options


Open The Debugger Watches Window Open Watch Window

Find the line containing the variable to be watched. Set a breakpoint in a position that will allow you to observe the variable value.

Menu => Debug => Toggle Breakpoint

Choose Watch Variable

Run the debugger until the breakpoint is reached. Right click the variable to set a watch in the Watch Window.