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 105629 - Make multi session debugging functionality more obvious
Summary: Make multi session debugging functionality more obvious
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 19:11 UTC by _ sandipchitale
Modified: 2007-06-04 19:11 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 _ sandipchitale 2007-06-04 19:11:50 UTC
NetBeans IDE supports multiple debugging sessions at the same time. However 
this functionality is not very obvious as the Windows:Debugging:Sessions 
window is not shown by default in the Debug group. Also the Debug toolbar is a 
global toolbar and it is not obvious that this applies to what ever session is 
the current selected session in the Sessions window.

A simple fix may be to make the Sessions window prominantly visible when the 
debugging session starts and move the debug toolbar to that window.

For example, Eclipse has a special window (View in Eclipse parlance) called 
Debug which in fact is a combined Session, Threads and Callstack view. The 
actions such as Step In, Step Out, ...Suspend, Continue and so on are found on 
this Debug windows toolbar.