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 135676 - Local Variables window should explicitly show JavaFX variables and class attributes
Summary: Local Variables window should explicitly show JavaFX variables and class attr...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on: 144351
Blocks:
  Show dependency tree
 
Reported: 2008-05-23 11:11 UTC by Alexandr Scherbatiy
Modified: 2008-10-22 09:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-05-23 11:11:43 UTC
Steps to reproduce:

- Create a JavaFX Script file:
------------------------------------------
import java.lang.System;

class A{
    public attribute a: Number ;
}

var c = 10;

var a = A{ a: 20 };

System.out.println(a);
------------------------------------------

- Add Breakpoint to the last line
- Run the Debugger
  The debugger stops on the Breakpoint
- Go to Local Variables window
  Expand the tree in the window

  The 'c' variable and 'a' class are not explicitly shown in the window
Comment 1 Alexey Butenko 2008-10-20 09:49:50 UTC
It is fixed
Comment 2 Alexandr Scherbatiy 2008-10-22 09:12:11 UTC
verified in 2008-10-22_03-01-09.zip