Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Help with updating plug-in for Eclipse from the Eclipse Mars to the Eclipse Neon.2

Hi all, 

I faced the issue connected with the CDI to DSF transition when I was trying to upgrade my plug-in to the Eclipse Neon.2. Previous developer of this plug-in replaced the usage of the CDI debugger with the DSF one but one of the classes which is currently used extends the CDebuggerTab class removed in the CDT 9.0. Now I have difficulties with changing this code accordingly to the new API. Could you please explain what can I do with this issue? This is the link to the repository with the plug-in —  https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse and this is the link to the inheritor of the CDebuggerTab — 
https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_eclipse/blob/master/com.arc.embeddedcdt/src/com/arc/embeddedcdt/gui/EmbeddedDebuggerTab.java . 
Thank you, 
Evgeniya



Back to the top