Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Writing a proper Eclipse debugger
Writing a proper Eclipse debugger [message #735251] Tue, 11 October 2011 10:17
Dennis sui is currently offline Dennis suiFriend
Messages: 35
Registered: February 2010
Member
Hi,

I wrote a Eclipse debugger like in the Tutorial "How to write an Eclipse
debugger" and I think I am making progress but I have one
fundamental problem of understanding.
I have divided the new debugger in two Plugins for model and ui
circumstances.

My question is, how can i start an action that belongs in the ui part
because of starting or stopping, debugger, stepping... the debugger?
I know there is a Listener called IDebugEventSetListener but where
should I register this?

For example, I want to create a new console when the debugging starts.
I created a Console-Factory class with static methods to return the new
console. In my opinion, the Factory-Class belongs to the ui part.

I hope I have expressed myself well.

greetings
Sui
Previous Topic:java.lang.UnsatisfiedLinkError: wrong elf class elfclass32
Next Topic:Obfuscation pitfalls
Goto Forum:
  


Current Time: Thu Apr 25 04:47:50 GMT 2024

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

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

Back to the top