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 187986 - Show variable value as toString() feature does not work in Variables window
Summary: Show variable value as toString() feature does not work in Variables window
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
: 181655 (view as bug list)
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2010-06-23 08:57 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:52 UTC (History)
1 user (show)

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 Alexandr Scherbatiy 2010-06-23 08:57:14 UTC
Product Version         = NetBeans IDE Dev (Build 201006230001)
(#3385daea8705)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01; Sun
Microsystems Inc.


Steps to reproduce:

- Copy the code to the editor:
-------------------------------------
import java.util.Date;

function f() {
    var date = new Date();
    println(date);
}

f();
-------------------------------------

- Set a breakpoint to the 'println(date);' line
- Debug the project

- Go to the Variables window
The value of the 'date' variable is #868

- Press 'Show variable value as toString()' button
The 'date' value is not changed
Comment 1 Michal Skvor 2010-07-07 15:15:28 UTC
*** Bug 181655 has been marked as a duplicate of this bug. ***
Comment 2 Michal Skvor 2010-07-22 12:46:45 UTC
Yes we don't have special evaluator for Date as well we don't have evaluator for Duration and other types. This will be work for upcoming releases.
Comment 3 David Strupl 2011-05-16 13:52:42 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.