[clug-progsig] C++ with debugger on Linux
Dan Cohen
dancohen at nucleus.com
Sun Feb 13 09:42:50 PST 2005
On Thu, 2005-02-10 at 16:15, Dan Cohen wrote:
> I want to develop a C++ XML KDE application on my SuSe Linux computer.
> I wonder if any ProgSig reader could recommend a system or platform?
Later, Shawn wrote:
>I was recently reading about the debugger tool called "ddd".
>(Hope I got that right).
>It provides a graphical interface, and allows you to step through
>the code...
Yes I found "ddd" at http://www.gnu.org/software/ddd/
It's a graphical front-end for GDB. That means that you can set breakpoints in
any function (not file) which would be good enough.
Except the same function can be named in several class files, and I don't see
a way of selecting the class -- the same problem as not selecting the file.
I don't see how GDB or DDD are OOP-aware. Are they?
>I recently picked up a book called "C++ XML" for a great price ($10.00).
>I found it in the book bin at Superstore.
A good tip, Shawn, I'll look for it!
Thanks,
-- Dan Cohen in Calgary
More information about the clug-progsig
mailing list