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 147294 - Make the thread chooser more organized(sorted)
Summary: Make the thread chooser more organized(sorted)
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 17:59 UTC by Petr Cyhelsky
Modified: 2008-09-15 18:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot - see how are threads from different apps mixed together (204.31 KB, image/jpeg)
2008-09-15 18:00 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-09-15 17:59:39 UTC
Product Version: NetBeans IDE Dev (Build 200809150201)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

The thread chooser becomes very difficult to read when there is more than one debugged application - all the threads are
mixed together. It would be a lot easier to use if there was some kind of order - for example the threads may be sorted
first by the father application and second by name. Or almost any other order will do. See the screenshot how it looks,
when there are more debugged applications - although all the information is there, it seems rather chaotic.
Comment 1 Petr Cyhelsky 2008-09-15 18:00:48 UTC
Created attachment 69894 [details]
Screenshot - see how are threads from different apps mixed together