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 193532

Summary: [70cat][debugger] Debugger does not clean up Current Processing Location when debugger is terminated.
Product: debugger Reporter: esmithbss <esmithbss>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: RANDOM
Priority: P4    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screen Capture showing no execution, debugger, but still showing current execution point.

Description esmithbss 2010-12-17 08:46:21 UTC
Product Version = NetBeans IDE Dev (Build 201012150001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

When running a JUnit test with an abstract superclass (on the JUnit 4 test class), and debugging a recursive public static method in the Abstract superclass, terminating the JUnit execution does not clean up the Current Execution Position from the Editor.
Comment 1 esmithbss 2010-12-17 08:53:02 UTC
Created attachment 104189 [details]
Screen Capture showing no execution, debugger, but still showing current execution point.
Comment 2 Martin Entlicher 2010-12-20 16:56:37 UTC
I was not able to reproduce this.
IMHO this is a rare random issue.
Comment 3 Martin Entlicher 2015-09-04 13:13:47 UTC
While I've seen in the past staled or incompletely painted annotations, I did not see this recently. Thus IMHO this was already fixed by other changes.