Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Integrating another debugger

> 
> Hi,
> 
> I need to add our debugger to the list of debuggers available in the =
> property page.  Can someone point me to what extension points I need to =

The launch page.

> extend?  If I remember correctly, Sebastian pointed to 2 of them in his =
> EclipseCon presentation (I have the slides, but this information isn't =
> in the slides given to us).
> 

Look at the plugin:
org.eclipse.cdt.debug.mi.core/plugin.xml
org.eclipse.cdt.debug.mi.ui/plugin.xml

For examples of the extension points.

The class are ICDebugger, for the core
and ICDebuggerPage for any UI.




Back to the top