Difference between revisions of "Debugger plugin"

From Code::Blocks
m (Added link.)
m
Line 8: Line 8:
 
}}
 
}}
  
The '''Debugger''' plugin interfaces with the [[Debugging with Code::Blocks|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.
 +
 
 +
==See also==
 +
* [[Debugging with Code::Blocks]]
 +
* [[Debugger scripts]]: extend the debugger to support arbitrary data types.

Revision as of 20:44, 20 November 2011

Debugger
Debugger.png
Developer(s): Yiannis Mandravellos
Maintainer(s):
Version: 0.3

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.

See also