This is qdb, a Qt-based frontend for gdb. When Intel(R) stopped supporting their commercial debugger and moved to updating gdb, I had a need for a full-featured debugger frontend that presented data in a way that didn't waste my time. All of the existing options (that I could find) didn't support all of my requirements, so I set out to write my own.
From the start, I had several hard requirements:
- It must NOT use Eclipse
- It must NOT be written in, or in any way depend upon Java, python, or any other interpreted language
- It must NOT have any language-specific support in a hard-coded way. gnu-source-highlight as a called library was a good candidate.
- It must use a toolkit with broad acceptance. Candidates were Qt and gtk.
- It should have either an MIT or GPL license
- It must use the GDB/MI interface
- It must not depend on an IDE for /anything/
Downloads:
0 This Week