Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] The ScriptDebugTarget name is NULL

Hi Gabriel,

I think you should also specify something like the following:

<extension point="org.eclipse.dltk.debug.scriptDebugModel">
      <debugModel
            debugModelId="org.eclipse.dltk.debug.rubyModel"
            natureId="org.eclipse.dltk.ruby.core.nature"
            typeFactory="org.eclipse.dltk.ruby.debug.RubyTypeFactory">
      </debugModel>
</extension>

(debugModelId should be the same here and in debugModelPresentations).

Regards,
Alex

----- Original Message -----
From: "Gabriel Petrovay" <gabipetrovay@xxxxxxxxx>
To: "dltk-dev" <dltk-dev@xxxxxxxxxxx>
Sent: Tuesday, June 23, 2009 9:09:11 PM GMT +06:00 Almaty, Novosibirsk
Subject: Re: [Dltk-dev] The ScriptDebugTarget name is NULL

Hi Alex,

I did it like that and implemented my own
ScriptDebugModelPresentation. I have provided this in the plugin.xml
in the org.eclipse.debug.ui.debugModelPresentations extension. But
this seems not to be enough. Some more steps are needed since the
constructor of my ScriptDebugModelPresentation is never called.

What should I do next?

Thanks!
Gabriel


-- 
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top