Skip to main content

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

On Mon, 2005-06-06 at 18:07 -0500, Ken at Mac.com wrote:
> Hi,
> 
> Could you tell me briefly how projectless debugging works in your
> plugin?

I simply removed the check that the executable resides within a project.

CDT has a reasonable amount of support for supporting source files
outside projects, e.g. runtime libraries, so this works fairly well. 

> I'm not able to set it up just now and try it myself, but I'm looking
> into
> projectless debugging in another case so I'm curious how you
> approached
> this. Did you make your own launch plugin that doesn't require a
> project?

Choose any project, or create an empty/dummy project.

> 
> Thanks - Ken
-- 
Øyvind Harboe
http://www.zylin.com



Back to the top