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 170981 - Evaluation result not visible
Summary: Evaluation result not visible
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 171194
Blocks:
  Show dependency tree
 
Reported: 2009-08-27 10:43 UTC by Tomas Pavek
Modified: 2009-09-03 08:44 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 Tomas Pavek 2009-08-27 10:43:10 UTC
If evaluation results are shown in Variables window, there is no indication after evaluating an expression where the
result is; it is even not visible when the Variables is scrolled away.

After invoking evaluation, the result should be selected in Variables window (scrolled to view if necessary). Focus
should stay in evaluator window. Even better would be to blink with the selection so there is a visible indication that
the evaluation happened.
Comment 1 Martin Entlicher 2009-08-31 17:19:22 UTC
We need to add API for node selection in debugger views first.
Comment 2 Martin Entlicher 2009-09-01 12:59:56 UTC
Fixed in changeset:   143368:a7a2dac0bb86
http://hg.netbeans.org/main/rev/a7a2dac0bb86
Comment 3 Quality Engineering 2009-09-03 08:44:46 UTC
Integrated into 'main-golden', will be available in build *200909021401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a7a2dac0bb86
User: mentlicher@netbeans.org
Log: #170981 - Use SelectionChanged event to select result of the evaluation.