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 216771

Summary: Move "Evaluate Expression..." to context menu
Product: debugger Reporter: maxnitribitt <maxnitribitt>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description maxnitribitt 2012-08-13 07:30:55 UTC
"Evaluate expression..." should be in the context menu of selected code in the editor when debugging. The functionality is very useful but hard to find. The context menu would be the most obvious place to look. A lot of developers don't know about it, because it's hidden in the "Debug" menu.

Right now you select code in the editor, go to the top menu bar, open the "Debug" menu and select "Evaluate Expression...". 

It would be nicer to select code, open the context menu and select "Evaluate Expression.." from there.

I would also suggest to remove it from the "Debug" menu, because if it's in the context menu, no one will use the menu item anymore.
Comment 1 markiewb 2012-10-07 15:30:08 UTC
I agree that is very hidden feature, which should be presented more obvious. 

A small (and i guess easy to implement) improvement: add a additional toolbar item the "variables view", which opens the "Evaluate expressions view".