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 146927 - Breakpoints window does not show breakpoints
Summary: Breakpoints window does not show breakpoints
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:
: 150691 169295 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-11 12:40 UTC by Alexandr Scherbatiy
Modified: 2009-10-08 10:05 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-09-11 12:40:39 UTC
Steps to reproduce:

- Create a JavaFX Script file
-------------------------------------
var a = 10;
var b = 20;
var c = 30;
-------------------------------------
- Set a breakpoint for 'b' variable
- Debug the file
- Open the Breakpoints window
  The window is empty
Comment 1 Alexey Butenko 2008-09-11 12:44:46 UTC
It is more often show than not.
If it is not showed, the workaround is to restart Netbeans IDE.
Comment 2 Oleg Barbashov 2008-09-22 11:21:40 UTC
This sample works for me.
Comment 3 Alexey Butenko 2008-10-20 11:06:34 UTC
*** Issue 150691 has been marked as a duplicate of this issue. ***
Comment 4 Alexey Butenko 2008-10-20 11:07:36 UTC
Works in 6.5
Comment 5 Alexandr Scherbatiy 2008-10-23 11:40:25 UTC
verified in 2008-10-23_03-01-09.zip 
Comment 6 Alexandr Scherbatiy 2008-10-28 11:09:53 UTC
The issue is reproduced in JavaFX_NB_Plugin_NB65_promoted: #56 2008-10-28_03-01-09.zip

  Product Version         = NetBeans IDE 6.5 RC1 (Build 200810171318)
  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.
Comment 7 Anton Chechel 2009-01-20 16:06:38 UTC
I have just tested it on two different machines:

===
Product Version: NetBeans IDE 6.5 (Build 081216)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Userdir: C:\Projects\NetBeans\trunk\release65\nbbuild\testuserdir
===
Product Version: NetBeans IDE 6.5 (Build 2811100001)
Java: 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\fabi\.netbeans\6.5
===

And it works for me on both of them.
Comment 8 Alexandr Scherbatiy 2009-01-22 13:13:28 UTC
It seems that the issue is reproduced with the JDK 1.5:
1.5.0_09; 

Comment 9 Anton Chechel 2009-01-28 15:19:13 UTC
1. I am decreasing priority to P3 since "It is more often show than not."
2. I am still not able to reproduce it, even on 1.5 JDK :

Product Version: NetBeans IDE 6.5 (Build 200901261801)
Java: 1.5.0_14; Java HotSpot(TM) Client VM 1.5.0_14-b03
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Userdir: C:\Projects\NetBeans\trunk\release65\nbbuild\testuserdir
Comment 10 Alexandr Scherbatiy 2009-04-15 10:04:28 UTC
It is reproduced on my system:

marina-netbeans-plugin: #81

  Product Version         = NetBeans IDE 6.5.1 (Build 200903060201)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_12-ea; Java HotSpot(TM) Client VM 11.2-b01; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_12-ea-b03
Comment 11 Michal Skvor 2009-10-07 14:18:51 UTC
It does show now.
Comment 12 Michal Skvor 2009-10-07 14:20:04 UTC
*** Issue 169295 has been marked as a duplicate of this issue. ***
Comment 13 Alexandr Scherbatiy 2009-10-08 10:04:06 UTC
See the JFXC-2971 JavaFX SDK on Windows uses JAVA_HOME property when running from NetBeans
http://javafx-jira.kenai.com/browse/JFXC-2971

Also see issue 155218
Comment 14 Alexandr Scherbatiy 2009-10-08 10:05:01 UTC
Sorry for the wrong comment.

The issue is not reproduced.