Difference between revisions of "Debugger plugin"
From Code::Blocks
m |
m (debugger branch merged) |
||
Line 11: | Line 11: | ||
Currently, the debugger branch (wxpropgrid_debugger) contains significantly improved debugging capabilities. See the [/index.php/board,20.0.html nightly builds] to download a recent version. | Currently, the debugger branch (wxpropgrid_debugger) contains significantly improved debugging capabilities. See the [/index.php/board,20.0.html nightly builds] to download a recent version. | ||
+ | |||
+ | 2012-04-07, as of rev7920, the debugger branch was merged to trunk, so all the new debugger plugin features is now in trunk. | ||
==See also== | ==See also== | ||
* [[Debugging with Code::Blocks]] | * [[Debugging with Code::Blocks]] | ||
* [[Debugger scripts]]: extend the debugger to support arbitrary data types. | * [[Debugger scripts]]: extend the debugger to support arbitrary data types. |
Revision as of 14:48, 13 April 2012
The Debugger plugin interfaces with the GNU GDB and MS CDB debuggers, providing a graphical interface to these command-line tools.
Currently, the debugger branch (wxpropgrid_debugger) contains significantly improved debugging capabilities. See the [/index.php/board,20.0.html nightly builds] to download a recent version.
2012-04-07, as of rev7920, the debugger branch was merged to trunk, so all the new debugger plugin features is now in trunk.
See also
- Debugging with Code::Blocks
- Debugger scripts: extend the debugger to support arbitrary data types.