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 269969 - cursor doesn't move during single step debugging
Summary: cursor doesn't move during single step debugging
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-03 00:17 UTC by aschwarz1309
Modified: 2017-03-06 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (121.99 KB, text/plain)
2017-03-03 00:17 UTC, aschwarz1309
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aschwarz1309 2017-03-03 00:17:27 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time
Cygwin cygcheck (cygwin) 2.6.1

STEPS:
  * Open an executable  java program in the Netbeans editoror
  * set a breakpoint
  * run program in debug mode
  * single step at the breakpoint

ACTUAL:
  * the current line indication does not change
  * except that stepping 'down' into functions  in other classes causes the function to be presented

EXPECTED:
  At  each step operation the 'next' line should have a visual indication that it is being executed, alternatively, that it will be executed.
  There should be a visula queue that execution is progressing.
Comment 1 aschwarz1309 2017-03-03 00:17:31 UTC
Created attachment 163750 [details]
IDE log