Difference between revisions of "Debugger plugin"
From Code::Blocks
(Created page with "Category:Code::Blocks Core Plugins {{Infobox_Plugin| name = Debugger | logo = File:Debugger.png | developer = Yiannis Mandravellos | maintainer = | version = 0....") |
m (Added link.) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
The '''Debugger''' plugin interfaces with the GNU GDB and MS CDB debuggers, providing a graphical interface to these command-line tools. | 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. | ||
+ | |||
+ | The next generation of debugger plugin will use the GDB-MI interface, and it is under developement, but it is at least usable. You can try it. see [/index.php/topic,16230.msg109713.html#msg109713 GDB-MI Plugin]. | ||
+ | |||
+ | ==See also== | ||
+ | * [[Debugging with Code::Blocks]] | ||
+ | * [[Debugger scripts]]: extend the debugger to support arbitrary data types. | ||
+ | * [[Pretty Printers]] |
Latest revision as of 11:42, 4 November 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.
The next generation of debugger plugin will use the GDB-MI interface, and it is under developement, but it is at least usable. You can try it. see [/index.php/topic,16230.msg109713.html#msg109713 GDB-MI Plugin].
See also
- Debugging with Code::Blocks
- Debugger scripts: extend the debugger to support arbitrary data types.
- Pretty Printers