Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Improve existing debug view
Improve existing debug view [message #1016001] Mon, 04 March 2013 15:01
Michael Kriegel is currently offline Michael KriegelFriend
Messages: 7
Registered: June 2012
Junior Member
Hi there,

I want to somehow extend an existing debug view with new functionality, but I am not sure how to do this correctly. I possibly want to somehow "clone" the existing org.eclipse.debug.internal.ui.views.expression.ExpressionView and add my functionality, such that I can use both, the original plugin and my "new" plugin, without influencing each other.

My first try was, to create a new sample view plugin with the wizard (which works) and then change the generated SampleView class such that it extends the class ExpressionView. With this approach I can have the same expression view in my sample view, however, they do not work independently. When I add an expression in one of the views, the expression is also added to the other one...

Could anybody please point me into the right direction - how to do it the correct way?

Thank you everybody for taking the time to read or response to my question!

Greetings, Michael
Previous Topic:Programmatically export plugin
Next Topic:Set errormarks in File given by filename
Goto Forum:
  


Current Time: Thu Apr 25 05:09:30 GMT 2024

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

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

Back to the top