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 268761 - Breakpoints list showing up empty during debugging session
Summary: Breakpoints list showing up empty during debugging session
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 08:04 UTC by rcasha
Modified: 2016-12-27 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (159.71 KB, text/plain)
2016-11-01 08:04 UTC, rcasha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rcasha 2016-11-01 08:04:54 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.8.0-26-generic running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Set breakpoints in code
  * Start debugging session

ACTUAL:
  Breakpoints list shows "please wait", then becomes empty

EXPECTED:
  Breakpoints list should show all breakpoints
Comment 1 rcasha 2016-11-01 08:04:58 UTC
Created attachment 162706 [details]
IDE log
Comment 2 rcasha 2016-12-27 08:52:10 UTC
Discovered that the cause was that the "Breakpoint Groups" was set to "Custom Groups", and the "From Current Debug Session" was selected. Note that I had never used the breakpoint groups feature at all, these were the default options after a clean installation.

In fact, all options other than "No Groups" show an empty list of breakpoints if the "From Current Debug Session" option is selected, even though these are breakpoints from the current debug session