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 62568 - "Evaluate Expression" button should be enabled when debugger session is active
Summary: "Evaluate Expression" button should be enabled when debugger session is active
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-18 11:49 UTC by Max Sauer
Modified: 2005-09-05 09:56 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 Max Sauer 2005-08-18 11:49:15 UTC
The 'Evaluate Expression" button, which could be added via "Customise Toolbars"
dialog, does not work properly (it is disabled when a debugger session is active).

Steps to reproduce
-----------------
1)Add the button to a toolbar via "View | Toolbars | Customise...", from section
Debug
2)Open a project
3)Place a BP
4)Run debugging session
--> The button is still disabled.

[200508171800, JDK 1.5.0_05 fcs b03, solrais 10 / sparc]
Comment 1 Martin Entlicher 2005-08-22 12:31:14 UTC
Fixed in trunk:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/EvaluateAction.java,v
 <--  EvaluateAction.java
new revision: 1.2; previous revision: 1.1
Comment 2 Max Sauer 2005-08-26 09:03:54 UTC
Verified in nb 200508251800.