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 29663 - Better feedback when encountering a thread breakpoint
Summary: Better feedback when encountering a thread breakpoint
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on: 27150
Blocks:
  Show dependency tree
 
Reported: 2002-12-20 00:39 UTC by David-john Burrowes
Modified: 2005-05-12 13:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David-john Burrowes 2002-12-20 00:39:05 UTC
Right now, if a thread start breakpoint is
encountered, the only consistent feedback the user
gets is a notification in the main-window's status
area.
 
This is probably not adequate.

A quick solution would be to make sure the
debugger console is visible before printing a
message there so that the user may see that note.
 [this has the bad aspect that it would hide any
output the user might have been watching, which
would be a nuisance for some users]

A good solution would be to at least beep when
this happens (see 
http://www.netbeans.org/issues/show_bug.cgi?id=27150
 )

It would also be good to make sure the debugger
view is frontmost in its window, and make sure
that it provides feedback to indicate that the
debugger is paused.
Comment 1 Roman Ondruska 2005-05-12 13:54:19 UTC
I agree that current feedback is not sufficient.