Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Projectless debugging of Linux apps

With this change, I can debug local Linux apps w/CDT even if they are
outside a CDT project.

But you still need a project, don't you?

This is especially nice since Insight is busted on my Debian box(don't
know why, don't care now that CDT works :-)

Insight killer??!

----- Original Message ----- From: "Øyvind Harboe" <oyvind.harboe@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Friday, February 04, 2005 6:12 PM
Subject: [cdt-debug-dev] Projectless debugging of Linux apps


With this change, I can debug local Linux apps w/CDT even if they are
outside a CDT project.

This is especially nice since Insight is busted on my Debian box(don't
know why, don't care now that CDT works :-)

All I did was to remove the restrictions on the Browse button to look
only inside CDT projects. GDB can put up error messages if I try to
debug a non-binary, I don't need CDT to do that.

It doesn't work under Windows/CygWin, since there is no binary parser.
Why does CDT need a binary parser to debug w/GDB anyway? I can accept
that it might be useful to add extra features, but why is it insisted
upon?


--
Øyvind Harboe
http://www.zylin.com




Back to the top