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

Summary: Debugger ignores breakpoints
Product: javafx Reporter: Martin Ryzl <mryzl>
Component: DebuggerAssignee: Alexey Butenko <alexeybutenko>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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