Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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?

Create a dummy project.

In the far future, CDT could create an ephemeral project hidden from the
world if none is specified or it could define a CDT project specifically
for this purpose where it could persist e.g. breakpoints and such.

> > 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??!

In this case yes.

Unleash CDT! Remove the check for whether a binary is inside a CDT
project! 

The argument against removing the check is that you'll get bug reports
from developers actually using CDT for this purpose. :-)



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



Back to the top