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 253554 - Sometimes editor focus doesnot go to breakpoint
Summary: Sometimes editor focus doesnot go to breakpoint
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-18 06:54 UTC by gokumar
Modified: 2015-07-20 22:58 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 gokumar 2015-07-18 06:54:41 UTC
When there are multiple breakpoints in a class, and lets say current focus of the editor is at line 258 and there is a breakpoint at 50th line. Now, the execution point stops at line 50 because of breakpoint, but the editor does not focus this line. One would keep waiting thinking the execution is happening in the background. One way to identify is to look at the "Breakpoints" window where breakpoint with line number 50 is highlighted.

This is not consistent. Only at times i see this behavior.
Comment 1 Martin Entlicher 2015-07-20 22:58:34 UTC
Which language do you debug? Java, C/C++, JavaScript,...?
Also please provide the NetBeans version and build number. Can e.g. issue #253419 have something in common with this?