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 187982 - Variable has null value in the Variables window
Summary: Variable has null value in the Variables window
Status: VERIFIED FIXED
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:36 UTC by Alexandr Scherbatiy
Modified: 2010-07-08 13:55 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:36:55 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:
-------------------------------------
class A{}

var a = A{};
var str = "Hello World!";
println(a);
-------------------------------------

- Set a breakpoint to the last line
- Debug the project
The 'a' variable has null value in the Variables window
Comment 1 Michal Skvor 2010-07-07 13:56:36 UTC
Now the variable does not have null value.
Comment 2 Alexandr Scherbatiy 2010-07-08 13:55:23 UTC
verified in JavaFX Composer FXJDI Build #49 (Jul 8, 2010 7:48:33 AM)