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 59503

Summary: Reproducible scenario to lose synchronization I
Product: debugger Reporter: _ lcincura <lcincura>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ lcincura 2005-06-01 14:55:02 UTC
NetBeans IDE 4.2 [200505311800] on jdk 1.5.0_03

1, Open attached project
2, Put breakpoint on line 247 of MemoryView.java
3, Start debugger
4, Put breakpoint on line 105
5, Invoke Step Over
6, If debugger stops at line 105, open Threads view and change current thread to
main; othervise redo step 5
7, Invoke Step Over => now the synchornization is lost. Only Finish and Continue
is active, program counter is not shown. Hope this helps to locate problem.
Comment 1 Martin Entlicher 2005-12-13 18:15:23 UTC
Thanks, we'll look at it...
Comment 2 Martin Entlicher 2006-11-23 15:26:24 UTC
Unfortunately I have to close this as INCOMPLETE. The line numbers do not
correspond to
debuggercore/test/qa-functional/data/debugTestProject/src/examples/advanced/MemoryView.java
The desired version of the MemoryView project should have been attached here.
I've tried to do something similar in the current version and 5.0 version of the
MemoryView.java, but I did not concounter behavior like this.
Therefore closing as WORKSFORME, please reopen if someone is able to find the
correct version of MemoryView and steps how to reproduce this.
Comment 3 Quality Engineering 2010-04-29 09:22:57 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.