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 186561 - the '$'' button does not work on formatted values
Summary: the '$'' button does not work on formatted values
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 15:57 UTC by ecastro
Modified: 2015-09-04 13:29 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 ecastro 2010-05-23 15:57:04 UTC
The "Show variable as toString() or formatted value" (a.k.a. the '$' button of the debugger) does not work on formatted values.
User-defined formatted values are show whatever the state of the button.
It is very annoying when you has a list of values to format and the formatted value are long to compute.

It worked well in 6.8

A third state might be useful for this button :
– No toString()
– toString() only
– toString() and formatted value.


Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-5213-on-100521)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_13
Runtime = Java HotSpot(TM) Client VM 11.3-b02
Comment 1 Martin Entlicher 2010-11-30 11:03:43 UTC
Formatters can be disabled in Tools Options (there's "Open Formatters Options" button in Variables view below the "$" button).
Comment 2 Martin Entlicher 2015-09-04 13:29:02 UTC
The '$' button was removed, since it duplicated the "String Value" column.
There's a button for visual property editors instead and formatters can be customized in options (there's an options button as well).