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 169295 - No breakpoints in Breakpoints tab
Summary: No breakpoints in Breakpoints tab
Status: VERIFIED DUPLICATE of bug 146927
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 10:28 UTC by artisan
Modified: 2009-10-08 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
editor with breakpoints but empty Breakpoints tab (252.28 KB, image/jpeg)
2009-07-28 10:29 UTC, artisan
Details
log file (87.02 KB, text/plain)
2009-07-28 10:30 UTC, artisan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description artisan 2009-07-28 10:28:36 UTC
No breakpoints are added the Breakpoints tab (see screenshot). I'm doing remote debugging with a JBoss 4.2.2 instance.
Comment 1 artisan 2009-07-28 10:29:56 UTC
Created attachment 85306 [details]
editor with breakpoints but empty Breakpoints tab
Comment 2 artisan 2009-07-28 10:30:41 UTC
Created attachment 85307 [details]
log file
Comment 3 Vojtech Sigler 2009-07-29 09:26:29 UTC
Is this behavior reproducible or happens randomly? Do you have any steps to reproduce?
Comment 4 artisan 2009-07-29 09:32:23 UTC
It is consistent for both local and remote debugging. Simply add a breakpoint and start the debugger. The Breakpoints tab 
remains empty.
Comment 5 Martin Entlicher 2009-07-29 16:33:42 UTC
From the attached log file I see a problem with
D:\m2repo\org\graniteds\granite-tide-spring\1.2.0\granite-tide-spring-1.2.0-sources.jar file. It looks like it's
corrupted. But it does not seem to be the cause of the problem with breakpoints listing.

Can you please open Breakpoints window when debugger is not running and all debugging windows are closed? Explicitly
open Window -> Debugging -> Breakpoints. Are any breakpoints listed there?
Comment 6 artisan 2009-07-30 08:57:05 UTC
In that case the breakpoint do show. In fact it seems the since then the Breakpoints is fixed. Restarting the ide and 
trying it different ways always work.

Explicitly requesting the Breakpoints tab while not debugging is a workaround apparently.
Comment 7 artisan 2009-07-30 10:32:19 UTC
CORRECTION: It's happening again. I've tried to remotely debug a JBoss 4.2 instance. Stopping debug, explicitly invoking 
the Breakpoints tab doesn't work either now. Even after restarting netbeans.

Product Version: NetBeans IDE 6.7.1 (Build 200907230233)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Windows XP version 5.1 running on x86; Cp1252; nl_BE (nb)
Comment 8 artisan 2009-08-04 16:12:35 UTC
I've downloaded the "Java netbeans" yesterday to replace the "JavaFX netbeans" I had the problem with. Now I don't have 
this problem any more. Breakpoints are consistently visible.
Comment 9 Martin Entlicher 2009-08-04 16:22:41 UTC
Thanks for this note. Thus it's likely that JavaFX debugger is causing this, I'll look into it's breakpoint models...
Comment 10 Martin Entlicher 2009-08-04 16:28:34 UTC
This is a defect of JavaFX debugger:
original.getChildren (parent, 0, 0); returns always an empty array!
Comment 11 Michal Skvor 2009-10-07 14:20:05 UTC

*** This issue has been marked as a duplicate of 146927 ***
Comment 12 Alexandr Scherbatiy 2009-10-08 09:49:58 UTC
berified