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

> 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

Thanks Thomas.....

I've started implementing it by reusing codes from

(1) The articles on http://eclipse.org/articles/index.html in the Debug Section
(2) The GDB Idle Launcher Plugin on
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/community.html?cvsroot=Tools_Project

So far my implementation is based on (1) but
the codes from (1) is a bit too much
it includes the SourceLookup / Breakpoint codes etc.....
I'm not sure how to approach it..... I mean, I want to utilize
SourceLookup / Breakpoint etc
from CDT, I don't want to reimplement SourceLookup / Breakpoint etc

> of the extension point.  I'll try and dig up the example project I had
> as well.

Cool..... that will be great
 
> Hope this helps,
>  Thomas
> 

Much thanks,
Donny


Back to the top