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 8590 - Suspend not disabled for threadgroups
Summary: Suspend not disabled for threadgroups
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Other
: P4 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-28 00:47 UTC by David-john Burrowes
Modified: 2003-06-30 17:25 UTC (History)
1 user (show)

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 David-john Burrowes 2000-11-28 00:47:55 UTC
in the thread tab of the debugger window, one may display a context menu for a
threadgroup, and choose "suspend".  Then, one may do this again.  And again.
And again. If a threadgroup has been suspended (or, more accurately, all of its
children are suspended) shouldn't this item be disabled?  Similarly, if a
threadgroup is not suspended, shouldn't the Resume item be disabled?
Comment 1 Jesse Glick 2000-11-28 11:22:59 UTC
Assigning to debugger module. Also please select the correct Version for this
bug (unfortunately the field is not mandatory) and list your build
number--required information for most bugs.
Comment 2 Jan Stola 2001-01-15 15:10:59 UTC
If thread group is suspended then all threads in that thread group are
suspended. But during that time the thread from the different thread
group can start new thread in the suspended thread group. The newly
created thread can be suspended by the second invocation of suspend
on the thread group node. So, it have a sence to call suspend more
than once.
Comment 3 Quality Engineering 2003-06-30 17:25:59 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.