09 September 2012 3 1K Report

I'm looking to select an open source debugger that has a codebase that is reasonable to work with for the purpose of adding a new data visualization technique. I was thinking about working with DDD (Data Display Debugger) but wanted to become aware of other options if possible. I realize I could write a new GUI on top of something like GDB, but that seems a bit heavier than needed and perhaps less useful in the end.

Does anyone have experience changing or hacking the DDD or GDB source code? Is there another common open source debugger I should consider modifying instead?

http://en.wikipedia.org/wiki/Data_Display_Debugger

Similar questions and discussions