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 142247 - Breakpoints window is empty
Summary: Breakpoints window is empty
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
: 142339 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-30 15:29 UTC by Alexander Pepin
Modified: 2010-04-29 09:42 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 Alexander Pepin 2008-07-30 15:29:58 UTC
This is a regression. Now Breakpoints window is always empty.
Comment 1 Alexander Pepin 2008-07-30 15:54:53 UTC
It seems that it's a general problem as BP window does not show Java breakpoints either.
Comment 2 Petr Cyhelsky 2008-07-30 18:07:15 UTC
Can you please elaborate a little? Build number, jdk version and steps to reproduce would help a lot. I tried to
reproduce it on:
Product Version: NetBeans IDE Dev (Build 200807300201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

but all breakpoints showed in breakpoints view just fine.
Comment 3 Alexander Pepin 2008-07-30 18:28:20 UTC
Product Version: NetBeans IDE Dev (Build 200807300201)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.9-1.667smp running on i386; UTF-8; en_US (nb)

Installed modules: C/C++, JavaSE

Steps to reproduce:
- create any Java or C/C++ application (or samples)
- set a line breakpoint in code
- open Breakpoints window
Result: Breakpoints window is empty (does not show existing breakpoints).
Comment 4 Petr Cyhelsky 2008-07-30 18:37:03 UTC
I have tried this numerous times on same build, but it works for me - all breakpoints are correctly shown. Can you
please try clering your userdir and reproducing it then?
Comment 5 Petr Cyhelsky 2008-07-30 18:42:34 UTC
I have just tried it on ubuntu and you are absolutely right - this is indeed P1
Comment 6 Petr Cyhelsky 2008-07-31 00:14:58 UTC
*** Issue 142339 has been marked as a duplicate of this issue. ***
Comment 7 Daniel Prusa 2008-07-31 15:24:14 UTC
Fixed.
changeset dc76cf830c34 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=dc76cf830c34
Comment 8 Quality Engineering 2008-08-01 04:06:20 UTC
Integrated into 'main-golden', available in build *200808010201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/fee72010a244
User: Daniel Prusa <dprusa@netbeans.org>
Log: #142247: Breakpoints window is empty
Comment 9 Alexander Pepin 2008-08-01 15:13:55 UTC
verified in build 20080801
Comment 10 Daniel Prusa 2008-08-18 15:44:27 UTC
Wrong changeset number filed, the correct one follows:
changeset fee72010a244 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=fee72010a244
Comment 11 pjulien 2009-09-18 20:42:11 UTC
I have this problem with a new user directory and netbeans 6.7.1 fully patched.
Comment 12 arthaey 2009-10-27 22:45:58 UTC
Like pjulien, I'm also having this problem with NetBeans 6.7.1. The breakpoints appeared correctly in the Breakpoints
window for the first few days, but now it's always empty.

The breakpoints themselves break during debugging, at least.
Comment 13 Vojtech Sigler 2009-10-29 10:06:24 UTC
Reproduced with the following configuration:

Product Version: NetBeans IDE 6.7.1 (Build 200907230233)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Linux version 2.6.28-16-generic running on i386; UTF-8; en_US (nb)

However, I did not reproduce this with today's nightly 6.8 build:
Product Version: NetBeans IDE Dev (Build 200910281401)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Linux version 2.6.28-16-generic running on i386; UTF-8; en_US (nb)
Comment 14 Martin Entlicher 2009-10-29 11:49:56 UTC
*Which* breakpoints? Java or C/C++? Or other? Any steps to reproduce?

Listing of Java breakpoints was fixed by this issue. Listing of C/C++ breakpoints was fixed by issue #146214.

This seems to work fine in NB 6.8. So I'm closing this back as fixed.
Comment 15 Vojtech Sigler 2009-10-29 12:01:07 UTC
Oh, I forgot to mention, I reproduced it only in C/C++, not in java.

In C/C++ I used the steps from above:
- create a C/C++ application (or samples)
- set a line breakpoint in code
- open Breakpoints window
Comment 16 Martin Entlicher 2009-10-29 12:08:52 UTC
O.K., the question was meant for arthaey or pjulien.
Comment 17 Quality Engineering 2010-04-29 09:42:00 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.