I want to create an Eclipse Plug-in that will be activated automatically when Eclipse launch an Exception (while a java program is running). How can I do this?
Then I need informations about the Exception launched (name, class, etc.). Which class/package can give me these informations?
Until now I created only eclipse plugin activated by button (simple AbstracHandler).