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 46106

Summary: Debugger output mixed when more sessions run together
Product: debugger Reporter: _ lcincura <lcincura>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: API
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ lcincura 2004-07-13 16:32:21 UTC
NetBeans IDE 200407121800 on java 1.4.2_04

1, Create some breakpoints
2, Start more debugging sessions of the application
3, Show debugger output of session, that is not
current
4, Invoke continue => in the output of inactive
session, the line "Breakpoint reached at line 28
in class javaapplication1.Main by thread main." is
written. This should be written only in output of
current session.
Comment 1 Jan Jancura 2004-07-14 13:54:40 UTC
fixed in the main trunk:

JPDABreakpointEvent should have JPDADebugger property and Breakpoints
output should check it.

Checking in
api/src/org/netbeans/api/debugger/jpda/JPDABreakpointEvent.java;
/cvs/debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDABreakpointEvent.java,v
 <--  JPDABreakpointEvent.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointImpl.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/BreakpointImpl.java,v
 <--  BreakpointImpl.java
new revision: 1.10; previous revision: 1.9
done
Processing log script arguments...
More commits to come...
Checking in
ui/src/org/netbeans/modules/debugger/jpda/ui/BreakpointOutput.java;
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/BreakpointOutput.java,v
 <--  BreakpointOutput.java
new revision: 1.9; previous revision: 1.8
done
Checking in
ui/src/org/netbeans/modules/debugger/jpda/ui/DebuggerOutput.java;
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/DebuggerOutput.java,v
 <--  DebuggerOutput.java
new revision: 1.17; previous revision: 1.16
done
Comment 2 _ lcincura 2004-10-19 10:27:09 UTC
Verified on build 200410181800