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 - More control on debugger stepping.
Summary: More control on debugger stepping.
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: API, PLAN
Depends on:
Blocks:
 
Reported: 2012-07-18 12:32 UTC by Martin Entlicher
Modified: 2013-01-18 17:43 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.