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 - Missing context menu actions in Debugging window for browser debugging
Summary: Missing context menu actions in Debugging window for browser debugging
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-23 17:08 UTC by Vladimir Riha
Modified: 2015-02-23 18:04 UTC (History)
0 users

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 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.