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

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.

I agree, it could be hidden or it could be removed at the end of the session if user doesn't want to save it.

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

I think the better way is to add a special launch configuration, at least for now.

----- Original Message ----- From: "Øyvind Harboe" <oyvind.harboe@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Monday, February 07, 2005 12:28 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.

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

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top