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 - When in debug mode, not able to step through code
Summary: When in debug mode, not able to step through code
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-06 14:39 UTC by likertm
Modified: 2017-09-06 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message that breakpoint was hit in Debugger Console (11.55 KB, image/png)
2017-09-06 14:39 UTC, likertm
Details
Breakpoint set, but can't step through (15.39 KB, image/png)
2017-09-06 14:40 UTC, likertm
Details

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