Difference between revisions of "Debuggers"

From D Wiki
Jump to: navigation, search
(zerobugs)
 
Line 8: Line 8:
 
  | about = Modular debugger for C/C++/D programming languages (and virtually anything else that supports Stabs/DWARF debug formats), Includes Gtkmm-based GUI, and Python scripting framework.
 
  | about = Modular debugger for C/C++/D programming languages (and virtually anything else that supports Stabs/DWARF debug formats), Includes Gtkmm-based GUI, and Python scripting framework.
 
  | url = http://zerobugs.codeplex.com/
 
  | url = http://zerobugs.codeplex.com/
 +
}}
 +
{{Project
 +
| name = '''Nemiver'''
 +
| platform = Linux
 +
| license = GPL
 +
| about = Graphical frontend to the GDB debugger, which supports full D syntax from version 7.2.
 +
| url = http://projects.gnome.org/nemiver/
 +
}}
 +
{{Project
 +
| name = '''CGDB'''
 +
| platform = Linux
 +
| license = GPL
 +
| about = Command line frontend to the GDB debugger, which supports full D syntax from version 7.2.Shows code and the GDB console in split windows.
 +
| url = http://cgdb.github.com/
 
}}
 
}}
  
 
}}
 
}}

Revision as of 12:07, 4 March 2013

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Modular debugger for C/C++/D programming languages (and virtually anything else that supports Stabs/DWARF debug formats), Includes Gtkmm-based GUI, and Python scripting framework. Boost 1.0 Windows/POSIX
Icon dpackage 48.png
Graphical frontend to the GDB debugger, which supports full D syntax from version 7.2. GPL Linux
Icon dpackage 48.png
Command line frontend to the GDB debugger, which supports full D syntax from version 7.2.Shows code and the GDB console in split windows. GPL Linux