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 50811

Summary: Messages in debugger console in wrong order
Product: debugger Reporter: _ lcincura <lcincura>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker Keywords: RANDOM, T9Y
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Copy from debugger console

Description _ lcincura 2004-10-25 15:23:13 UTC
NetBeans IDE 200410241800 on jdk 1.5.0_01

Sometimes, messages in debugger console are in
wrong order: you get message Breakpoint hit...
followed by User program running followed by
Thread ... stopped. This happens, when debugger
stops on breakpoint and user invokes Continue.

See line 6 and line 15 in attached console output.
Comment 1 _ lcincura 2004-10-25 15:24:10 UTC
Created attachment 18490 [details]
Copy from debugger console
Comment 2 Martin Entlicher 2005-12-13 17:35:27 UTC
True. There is some threading involved...
Comment 3 Martin Entlicher 2006-05-11 18:27:23 UTC
*** Issue 55432 has been marked as a duplicate of this issue. ***
Comment 4 Martin Entlicher 2006-05-11 18:39:08 UTC
Fixed in trunk:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java,v
 <--  JPDADebuggerImpl.java
new revision: 1.100; previous revision: 1.99
Comment 5 Jiri Kovalsky 2006-07-19 08:09:49 UTC
Verified in development build #200607181800 of NetBeans 6.0.