Debugging a GEF Eclipse plugin

Posted by darkie15 on Stack Overflow See other posts from Stack Overflow or by darkie15
Published on 2010-12-22T01:09:21Z Indexed on 2010/12/22 15:54 UTC
Read the original article Hit count: 377

Filed under:
|

All,

How can we debug a Eclipse plug-in based on GEF? Currently, I have a Activator class and custom editor from Example . Yet I am not able to find any output for the plugin. I tried using the "Launch Eclipse in Debug Mode" and setting a breakpoint in the Activator constructor method, but do not find any debugging activities taking place.

Can anyone please guide on how to go about with debugging?

© Stack Overflow or respective owner

Related posts about eclipse-plugin

Related posts about gef