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

Summary: Make the thread chooser more organized(sorted)
Product: debugger Reporter: Petr Cyhelsky <cyhelsky>
Component: JavaAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Screenshot - see how are threads from different apps mixed together

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