
February 19th, 2007, 03:45 AM
|
|
Contributing User
|
|
Join Date: Feb 2007
Location: Seattle
Posts: 58
Time spent in forums: 10 h 48 m 54 sec
Reputation Power: 2
|
|
C++ Debugger for Linux
Hi, I have written a C/C++ debugger for Linux. It is not an open source project, but binaries for popular distros are available free of charge at zero-bugs.com
The debugger is an alternative to GDB, it sports a Gtk-based GUI, support for multithreaded applications, expression evaluation, conditional breakpoints, and data watch points. It can be customized / automated using the Python programming language.
Unlike DDD and other so-called "graphical debuggers", it is more than just a front-end to GDB : it uses its own engine, written from scratch in C++.
I hope that you will find it useful for tasks ranging from debugging your C++ homework to complicated production projects.
Thank you kindly,
Cristian
|