Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] Combining a debugger into CDT environment

> -----Original Message-----
> From: cdt-debug-dev-admin@xxxxxxxxxxx 
> Sent: March 22, 2005 3:42 AM
> Subject: [cdt-debug-dev] Combining a debugger into CDT environment
> 
> Hello,
> 
> I have a small question.
> 
> I want to combine a GDB-like debugger into CDT, specifically, 
> I want to have my debugger listed in the Debugger tab in the 
> Debug Configurations window.
> 
> That's all that I want.....
> The other tools are the same (i.e. gcc, make etc), it's just 
> the debug tool that I want to add.
> 
> Just wondering, where is the entry point to implement it? 
> Source code files, Extension points?

I've attached a PPT slide presentation I gave on this particular topic
a couple of weeks ago.  You should look at the CDT plugins as examples
of the extension point.  I'll try and dig up the example project I had
as well.

Hope this helps,
 Thomas

Attachment: extending_eclipse_deck_for_ew_2005.ppt
Description: MS-Powerpoint presentation


Back to the top