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

Summary: Sometimes editor focus doesnot go to breakpoint
Product: debugger Reporter: gokumar
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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?