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 173832 - Debugger does not work with Browser applications
Summary: Debugger does not work with Browser applications
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-10-06 09:48 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-10-06 09:48:18 UTC
User Comments:
GUEST: when trying to debug browser application, it does not work and cannot quit debug mode


Steps to reproduce:

- Creeate a JavaFX Project
---------------------------------------------------
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.text.Text;
import javafx.scene.text.Font;

Stage {
    title: "Application title"
    width: 250
    height: 80
    scene: Scene {
        content: [
            Text {
                font : Font {
                    size : 16
                }
                x: 10
                y: 30
                content: "Application content"
            }
        ]
    }
}
---------------------------------------------------

- Select the Browser profile
- Debug the project

Finish Debugger Session button is disabled
Comment 1 Alexandr Scherbatiy 2009-10-06 09:49:11 UTC
Product Version         = NetBeans IDE Dev (Build 200910030241) (#4dd420d82eea)
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.
Comment 2 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 3 Petr Suchomel 2010-03-26 13:32:51 UTC
There is no support to debug JavaFX app in browser in JavaFX
Comment 4 David Strupl 2011-05-16 13:49:49 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.