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 189245 - Debugger does not show class variables
Summary: Debugger does not show class variables
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 09:43 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE screenshot (112.65 KB, image/png)
2010-08-05 09:56 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-08-05 09:43:53 UTC
Product Version         = NetBeans IDE Dev (Build 201008050001) (#aa0e5782470f)
  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:
- create a new JavaFX desktop business application
- drop a button on canvas
- create action for the button
- the code to the action method 
   -----------------------
        var a = 10;
        var b = 10;
        var c = 30;
        println("Hello World!");
   -----------------------
- set a breakpoint to the 'println("Hello World!");' line
- debug the project
- press the button in the window of the debugged application, execution breaks

The Variables window does not show the button, scene and currentState variables.

See the attached screenshot.
Comment 1 Alexandr Scherbatiy 2010-08-05 09:56:21 UTC
Created attachment 101228 [details]
IDE screenshot
Comment 2 David Strupl 2011-05-16 13:53:25 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.