Thursday, January 8, 2009

Tracing plugins in Eclipse

Developing Eclipse plugins are fun.. and debugging those are more...

If you want to enable tracing in your plugins, the following article provides a detail explanation
http://www.ibm.com/developerworks/rational/library/06/0221_rossner/index.html

Tracing plugins becomes very useful if you are having used or implemented listeners mechanism either ResourceChangeListeners otr Java Element Change listeneres.

By enabling the tracing of these two plugins, you may get insight into which plugins are taking
time or if there is any redudancy in code.

No comments: