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 150261 - Debugger ignores breakpoints
Summary: Debugger ignores breakpoints
Status: VERIFIED DUPLICATE of bug 149465
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 17:18 UTC by Martin Ryzl
Modified: 2008-10-21 10:46 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 Martin Ryzl 2008-10-15 17:18:08 UTC
Build 200810150201

Simple code:
var a = 10;

a = 1 + 1;


// place your code here
Frame {
    title: "MyApplication"
    width: 200
    height: 200
    closeAction: function() { 
        java.lang.System.exit( 0 ); 
    }
    visible: true

    stage: Stage {
        content: []
    }
}

put a breakpoint at 'a = 1 + 1'

run in debugger. Debugger will start but won't stop at breakpoint.
Comment 1 Alexey Butenko 2008-10-16 09:24:02 UTC

*** This issue has been marked as a duplicate of 149465 ***
Comment 2 Alexandr Scherbatiy 2008-10-21 10:46:47 UTC
verified in 2008-10-20_18-57-29.zip