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 173179 - Call Stack is shown in Java Style, not JavaFX
Summary: Call Stack is shown in Java Style, not JavaFX
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2009-09-28 09:52 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:49 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 2009-09-28 09:52:28 UTC
netbeans-trunk-nightly-200909221401-javafx-full.zip 

  Product Version         = NetBeans IDE Dev (Build 200909221401) (#038a2843d59a)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:

- Create Main JavaFX file
- Type in the file:
------------------------------
function run(){
    println("A");
}
------------------------------
- Set a breakpoint to the 'println' line
- Debug th eproject

  The Call Stack window shows 'Main.javafx$run$' line instead of 'Main.run'
Comment 1 Lukas Hasik 2009-11-12 07:56:37 UTC
as this bug is either caused by the fx compiler or it too complicated to fix it in 6.8 - > approved
Comment 2 Petr Suchomel 2010-03-30 09:50:23 UTC
This because the mapping between JavaFx and generated classfiles is unknown and translation tables are not available. Will be fixed when SDK will be able to provide such information
Comment 3 David Strupl 2011-05-16 13:49:43 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.