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 35238

Summary: Some debug code left in DebuggerWindow
Product: debugger Reporter: _ gordonp <gordonp>
Component: CodeAssignee: Jan Jancura <jjancura>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description _ gordonp 2003-08-01 18:24:32 UTC
Lines 916 and 919 of the release35R version of the
file support/nodes/DebuggerWindow.java are both
System.out.println and are sending this output to
stdout.

Please remove for EA!
Comment 1 Maros Sandor 2003-08-04 09:46:33 UTC
Removed the two system.outs

/cvs/debuggercore/src/org/netbeans/modules/debugger/support
/nodes/DebuggerWindow.java,v  <--  DebuggerWindow.java
new revision: 1.38.8.3; previous revision: 1.38.8.2
Comment 2 Milan Kubec 2003-09-04 12:21:26 UTC
Verified.