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 155648 - Debugger does not stop on breakpoints in Java classes
Summary: Debugger does not stop on breakpoints in Java classes
Status: VERIFIED FIXED
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:
 
Reported: 2008-12-17 12:08 UTC by Alexandr Scherbatiy
Modified: 2009-10-27 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (49.49 KB, image/png)
2009-01-16 14:40 UTC, Anton Chechel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-12-17 12:08:45 UTC
Breakpoints not breaking
http://forums.sun.com/thread.jspa?messageID=10547632


  Product Version         = NetBeans IDE 6.5 (Build 200811100001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16; Sun Microsystems Inc.


Steps to reproduce:

- Create a Java class:
------------  Test.java  ----------------
public class Test {
    public static void hello(){
        System.out.println("Hello World!");
    }
}
-----------------------------------------

- Create a JavaFX file:
------------  Main.fx  ------------------
Test.hello();
-----------------------------------------

- Set a breakpoint for line 'System.out.println("Hello World!");'
in Test.java file

- Debug the Main file
The Debugger does not stop on the breakpoint
Comment 1 Anton Chechel 2009-01-16 14:40:16 UTC
Created attachment 75902 [details]
screenshot
Comment 2 Anton Chechel 2009-01-16 14:41:27 UTC
sorry wrong issue for attachment, please ignore it
Comment 3 Michal Skvor 2009-10-23 16:56:06 UTC
Fixed.

2722:e2c42071890c
Comment 4 Alexandr Scherbatiy 2009-10-27 10:34:39 UTC
verified in build 200910261401