Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Custom Java Exception Breakpoint
Custom Java Exception Breakpoint [message #664879] Tue, 12 April 2011 11:41
Girish Parappa is currently offline Girish ParappaFriend
Messages: 1
Registered: April 2011
Location: Germany
Junior Member
Hello,

I am trying to write my own exception breakpoint with very few changes in JavaExceptionBreakpoint class. I m trying to catch any exceptions raised and rollback back the changes made to its previous consitant state. The only change made is calling my rollback method in handleBreakpointEvent() method in JavaExceptionBreakpoint class.

My plugin is working fine. But I have simply copied AddExceptionAction class and JDIDebugModel class into my plugin. I want to avoid this copying of the classes.

Can one one help me in this? Is there any tutorial on this?

Regards,
Girish

Previous Topic:Feature-based self-hosting mode not supported?
Next Topic:Plugin auto-start
Goto Forum:
  


Current Time: Thu Sep 19 10:46:52 GMT 2024

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

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

Back to the top