Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] want to hide standard debugger names on Debugger tab

I imagine you can just remove the declaration of the org.eclipse.cdt.debug.core.CDebugger extension points in:

        eclipse\plugins\org.eclipse.cdt.debug.mi.core_3.0.1\plugin.xml

You might need to invoke eclipse with -clean after making the modification.

John


At 06:06 AM 1/31/2006, Aparna Argade wrote:
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
        boundary="----_=_NextPart_001_01C6265E.BFFCB9E7"

Hi,
I have integrated a target specific gnu based gdb to eclipse. When I go to Debugger tab in Debug configuration, I see a list in combo box including eclipse's standard debuggers (gdb debugger, cygwin gdb debugger and server debugger) along with my debugger name. I do not want to show standard debuggers' name in the combo. To achieve this requirement, I modified CDebuggerTab's loadDebuggerComboBox function.
But actually I do not want to modify original cdt launch code.
Is there any other approach to hide the standard debugger names in the combo without modifying the existing code?
Regards,
Aparna

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



Back to the top