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 137333 - Output tab doesn't give information about suspending/resuming threads
Summary: Output tab doesn't give information about suspending/resuming threads
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 16:14 UTC by Petr Cyhelsky
Modified: 2008-09-18 10:52 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 Petr Cyhelsky 2008-06-16 16:14:58 UTC
Product Version: NetBeans IDE Dev (Build 200806160002)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.2 running on i386; MacRoman; en_US (nb)

Observed: When debugging multi threaded application (memory view) using multi thread debugger the Debugger Console tab of output view prints only 
the first suspend/resume of each thread and even that one time is printed only when the thread is made current.

Expected: Debugger console should print info whenever is some thread suspended/resumed.
 
Steps to reproduce: have some multi threaded project open -> invoke window|debugging|debugging -> start debugging the project -> try 
suspending/resuming some threads a few times while also making different threads current -> see the behavior of console tab in output view
Comment 1 Martin Entlicher 2008-09-18 10:52:03 UTC
This behavior is there from the beginning, we print this info only when some breakpoint is hit.
When a thread is manually suspended/resumed, the user gets feedback in Debugging view, IMHO it's not necessary to log
that, it'd pollute Debugger Console.

However, I'm not closing that yet, moving to enhancement, we need to specify the behavior in UI spec.