Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] how to debug CDT

Title: Re: [cdt-debug-dev] Re: Debugging executables with no project
Ooops, figured it out myself (finally).
 
Hugh,,


From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Hugh O'Keeffe
Sent: 17 November 2005 17:48
To: 'CDT Debug developers list'
Subject: [cdt-debug-dev] how to debug CDT

Hi,
I'm having trouble with my plug-in, its causing a crash in Eclipse (cdt), hence, I want to be able to develop/debug cdt.
 
I looked at the "Developing the CDT" document, however, it seems out of of date. I can connect and download sources from dev.eclipse.org, however, what I am missing is some information on how to "import" the cdt downloads into Eclipse, how to structure them from a project pov and how to build/debug them.
 
1. I assume it is possible to download all the CDT sources and build them as a single project (cdt.core, cdt.debug, cdt.launch, cdt.make, cdt.managedbuilder, cdt.ui) etc.
 
2. I assume it is possible to then run/debug my plugin with all of the above appearing as an existing plugin(s).
 
Any tips/pointers on 1 and 2 are appreciated.
 
 
Hugh,,
 
 

Back to the top