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

Summary: Call Stack is shown in Java Style, not JavaFX
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173187    

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.