Skip to main content



      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 11:01
Eclipse UserFriend
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 May 23 14:49:20 EDT 2025

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

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

Back to the top