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 90152 - [Study][DB-19] Console hides the program output
Summary: [Study][DB-19] Console hides the program output
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://ui.netbeans.org/usability/debu...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-28 09:11 UTC by jrojcek
Modified: 2010-04-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2006-11-28 09:11:39 UTC
Finding	
Two participants hadn't noticed a runtime exception thrown into the program output tab because the 
debugger console was in front.

Severity	
This is quite a big problem given that the console window wasn't useful at all during debugging.

Recommendation	
Consider making the program output tab selected by default.
Or put the program output tab to front when a new exception is thrown.
Or consider not showing the debugger console by default and make it easily accessible for those who 
need it.
Comment 1 Martin Entlicher 2007-01-11 11:05:03 UTC
Perhaps this is a fault of debugger that it does not display uncaught exceptions
by default. But I agree that the program input/output might be more interesting
then debugger tab. We need to create a concept of activating the debugger tab
only when there's something of a real interest.
Comment 2 Martin Entlicher 2007-07-18 23:54:12 UTC
I believe that this is fixed now in NB 6.0. Please verify.
The Debugger Console is activated only when there is something important - like when it prints info about invalid
breakpoints.
Comment 3 Quality Engineering 2010-04-29 09:31:14 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.