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 239564

Summary: Evaluate Expression window difficult to find
Product: debugger Reporter: Ondrej Vrabec <ovrabec>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: aronr
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description Ondrej Vrabec 2013-12-17 16:19:25 UTC
All debugger-related windows are available through Window -> Debugging submenu with the exception of Evaluate Expressions which is hidden under Debug main menu. Can it be at least linked also to Window -> Debugging submenu?
Comment 1 Ondrej Vrabec 2013-12-17 16:19:37 UTC
Created attachment 143257 [details]
IDE log
Comment 2 Martin Entlicher 2013-12-17 16:22:19 UTC
We'll add the Evaluator window to the Window -> Debugging submenu.
Comment 3 Martin Entlicher 2014-01-06 18:13:33 UTC
CND has it's own "Expression Evaluation" item in Windows/Debugging menu.
If we add a Java-specific one, there would be two actions.
It's necessary to create one action, that could be shared by multiple debuggers, with their own action providers.