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 271438

Summary: When in debug mode, not able to step through code
Product: debugger Reporter: likertm
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Message that breakpoint was hit in Debugger Console
Breakpoint set, but can't step through

Description likertm 2017-09-06 14:39:26 UTC
Created attachment 165095 [details]
Message that breakpoint was hit in Debugger Console

in 8.0 I was able to debug a web application completely.  I installed 8.1 and when a jsp page calls java class, the breakpoint is hit (I get a msg in the output window) and can see variable values in the code, but I cannot step line by line (no green bar).  It will only go to the next breakpoint and again I get another msg in the output window.  I installed 8.2, same issue.
Comment 1 likertm 2017-09-06 14:40:53 UTC
Created attachment 165096 [details]
Breakpoint set, but can't step through