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 152440 - Debugger does not go through breakpoints in Mobile Emulator execution model
Summary: Debugger does not go through breakpoints in Mobile Emulator execution model
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2008-11-05 16:26 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:48 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 2008-11-05 16:26:22 UTC
JavaFX_NB_Plugin_NB65_promoted: #70 05-Nov-2008 13:43:06
  Product Version         = NetBeans IDE 6.5 RC2 (Build 200810270001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03; Sun Microsystems Inc.


Steps to reproduce:

- Create a JavaFX Script file:
----------------------------------------
var a = 20;
var b = 30;
----------------------------------------
- Set breakpoints for 'a' and 'b' variables
- Go to the project properties
- Select Run-> Run in Mobile Emulator
- Debug the project

Debugger starts but it does not stop on breakpoints.
Continue, Step into, Step out and over debugger actions 
do not work.
Comment 1 David Strupl 2011-05-16 13:48:34 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.