Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDebugger ???
CDebugger ??? [message #194179] Thu, 28 June 2007 03:59 Go to next message
Eclipse UserFriend
Originally posted by: johanna.bostrom.gmail.com

How can I implement a C-debugger using the extension points
org.eclipse.cdt.debug.core.CDebugger and
org.eclipse.cdt.debug.ui.CDebuggerPage?

I found an interface called ICDebugger, but is this interface depricated?
what shall I use instead? Which package shall I use?

/J
Re: CDebugger ??? [message #194235 is a reply to message #194179] Thu, 28 June 2007 10:46 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Johanna wrote:
> How can I implement a C-debugger using the extension points
> org.eclipse.cdt.debug.core.CDebugger and
> org.eclipse.cdt.debug.ui.CDebuggerPage?
>
> I found an interface called ICDebugger, but is this interface
> depricated? what shall I use instead? Which package shall I use?
>
> /J

Our API documentation right now is very weak. Probably the best approach
would be to look at some of the recent debugger additions in the
debug.mi* plugins, e.g. MinGW debugger which is an extension of the
standard GDB debugger. That'll give you a hint at the interfaces you
need to implement. Also in the CVS repository there's a windows debugger
in the windows folder which is just getting started.

Doug
Previous Topic:CDT API ???
Next Topic:Problems debugging with gdb under CDT
Goto Forum:
  


Current Time: Fri Apr 25 01:48:01 EDT 2025

Powered by FUDForum. Page generated in 0.03041 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top