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

Summary: Watch window shows IntVal@1365c67 as an expression value
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173187    

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.