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 187976 - Watch window shows IntVal@1365c67 as an expression value
Summary: Watch window shows IntVal@1365c67 as an expression value
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:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2010-06-23 08:00 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:52 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 Alexandr Scherbatiy 2010-06-23 08:00:31 UTC
JavaFX Composer FXJDI: #29

  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:
-------------------------------------------
var a = 10;
var b = a + 10;
-------------------------------------------
- Set the breakpoint to the last line
- Debug the project
- Open the Watch window
- Add 'a + 10' expression to the Watch window

The value of expression is org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor$IntVal@1365c67
instead of 30.
Comment 1 David Strupl 2011-05-16 13:52:39 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.