This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215681

Summary: More control on debugger stepping.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WONTFIX    
Severity: normal CC: anebuzelsky, arhan, igorzep
Priority: P2 Keywords: API, PLAN
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2012-07-18 12:32:07 UTC
It has to be possible to customize the debugger stepping behavior in a more general way than SmartSteppingCallback allows.
A custom handling of steps and suspension on breakpoints has to be possible.
Comment 1 Martin Entlicher 2013-01-18 17:43:41 UTC
Will not fix for now, it can be reopened if it's needed in the future.

The original proposal was to introduce methods like onStepInto()/onStepOut()/onStepOver() etc. in addition to SmartSteppingCallback.