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 256328 - StepOver action is not performing properly
Summary: StepOver action is not performing properly
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-02 21:20 UTC by jsmit074
Modified: 2015-11-03 06:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jsmit074 2015-11-02 21:20:14 UTC
While using the debugger I was using the Step Over (F8) and popping from a stack the stack is not being popped "element removed" it does however work if you use the step into (F7) and step through all the other classes and instructions until you arrive back at the class I was working in. Another way i found to get it to "pop" correctly was to put a break-point after the pop instruction and continue to the break-point.

Just wanted to share this if it is in fact a true "bug" or i am just not using the debugger function correctly.
Comment 1 Martin Entlicher 2015-11-03 06:39:12 UTC
Can you please describe that on some specific piece of code?

Pop should work unless there's some native call to be popped off. Subsequent F7 should re-enter the method that was popped off the stack.