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 250642

Summary: Missing context menu actions in Debugging window for browser debugging
Product: javascript Reporter: Vladimir Riha <vriha>
Component: DebuggerAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2015-02-23 17:08:56 UTC
If you debug NodeJS project with some client-side JS code (e.g. sample Knockout Messages), then Debugging window is opened. In case you are in "NodeJS debugger", you can right click to either "Copy Stack" or "Make current". But if you are in "browser debugger", there is no contextual menu and one has to use Callstack window. 

Would it be possible to have the same actions in Debugging window for browser debugger as for NodeJS debugger? (also the Debugging is not being opened for "browser only" project - e.g. Responsive rabbits)


Thank you
Comment 1 Martin Entlicher 2015-02-23 17:26:39 UTC
Sure, it's likely an omission.
Debugging is probably not opened in order not to distract much attention, because debugging is active by default. The other debugging windows are opened minimized in HTML5 client-side-only debugging. The debugging window should probably open minimized as well, like other windows - I'll check it.
Comment 2 Vladimir Riha 2015-02-23 18:04:06 UTC
Thank you. It is just a bit inconvenient to switch between Call Stack window and Debugging window based on current debugger.