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 86951 - Allow symbolinc referencing of values in fixed watches
Summary: Allow symbolinc referencing of values in fixed watches
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 17:37 UTC by Martin Entlicher
Modified: 2006-10-23 15:46 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2006-10-11 17:37:27 UTC
In some cases it's necessary to hold a value (which is retrieved from debuggee
as a result of an expression evaluation) and call various methods on it.
Fixed watches can be used to hold a value (a reference to some specific object),
but it's currently not possible to use that fixed value in other expressions.
Some symbolic names could be associated with fixed watches.