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 167950 - [NB 6.7] Debugger does not stop at the end of file
Summary: [NB 6.7] Debugger does not stop at the end of file
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: http://javafx-jira.kenai.com/browse/J...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 12:01 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-07-01 12:01:29 UTC
marina-netbeans-plugin: #190

  Product Version         = NetBeans IDE 6.7 (Build 200906241340)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_12-ea; Java HotSpot(TM) Client VM 11.2-b01; Sun Microsystems Inc.

Steps to reproduce:

- Copy the code to the editor:
--------------------------------------------------
var a = 10;
var b = 20;
--------------------------------------------------

- Press <F7> to start debugging (or set breakpoints and press <Ctrl+F5>)
-  Press Step Into <F7> some times

After the last expression 'var b = 20;' debugger jumps to the beginning of the file.
Comment 1 Lukas Hasik 2009-11-12 07:56:32 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-26 13:28:54 UTC
There was no move from JavaFX compiler team. Will have to wait until next version (at least)
Comment 3 David Strupl 2011-05-16 13:49:28 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.