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 - Evaluate Expression window difficult to find
Summary: Evaluate Expression window difficult to find
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 16:19 UTC by Ondrej Vrabec
Modified: 2015-04-20 11:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (338.32 KB, text/plain)
2013-12-17 16:19 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
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.