Skip to main content

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

You need to extend the "org.eclipse.cdt.debug.core.CDebugger" extension
point.
To add options specific to your debugger on the main tab of the launch
configuration dialog use the "org.eclipse.cdt.debug.ui.CDebuggerPage"
extension point.

----- Original Message -----
From: "Macchia, Susan" <susan.macchia@xxxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Monday, February 09, 2004 10:51 AM
Subject: [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
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).

Thanks much,

Susan

_______________________________________________
Susan Macchia                              Intel Corporation
Enterprise Platforms Group             MS SPT1
Software Products Division              110 Spitbrook Road
NSL IDB Team Lead                       Nashua, NH 03062
mailto:Susan.Macchia@xxxxxxxxx    voice: (603) 886-7662


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top