Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Extension point loading problem(Extension point is not always loaded)
Extension point loading problem [message #1133031] Fri, 11 October 2013 15:01
Catalin Doras is currently offline Catalin DorasFriend
Messages: 7
Registered: July 2009
Junior Member
Hello,

I have an issue with an extension point that seems to load inconsistently. Sometimes it loads sometimes it doesn't.

The plugin is loaded always, but the extension point is sometimes activated and some other times not activated.

The extension point is specified in plugin.xml

<extension
point="org.eclipse.cdt.debug.core.CDebugger">
<debugger
platform="*"
name="OSE GDB Debugger"
modes="run,core,attach"
cpu="*"
class="com.ose.fmd.cdt.cdi.gdb.mi.core.GDBDebugger"
id="org.eclipse.cdt.debug.mi.core.CDebuggerNew">
</debugger>
</extension>

Can anyone tell if there is something missing in the specification? Or if there is some implicit requirement.

Is there a way to debug such issues?

Thank you,
Catalin
Previous Topic:Use CDT to Generate Makefile from Within Ant build.xml
Next Topic:Eclipse+gdb JTAG
Goto Forum:
  


Current Time: Fri Sep 20 05:12:29 GMT 2024

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

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

Back to the top