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 257921 - Breakpoint condition disappear when session ends
Summary: Breakpoint condition disappear when session ends
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-10 10:31 UTC by Vladimir Kvashin
Modified: 2016-12-07 14:46 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 Vladimir Kvashin 2016-02-10 10:31:08 UTC
I debugged a project using gcc/g++ 4.8.1 and gdb 7.10 on Ubuntu.
When debugging session was active, I set a breakpoint and set its condition.
Everything worked perfectly.

But when session ended, breakpoint icon changed from conditional breakpoint icon to just line breakpoint icon, and I also do not see my condition any more.

However as soon as I start debugging again, condition works.
Comment 1 danilasergeyev 2016-12-07 14:46:22 UTC
Though it is confusing, such behaviour is not a bug. When we set up condition for a breakpoint during debugging, we creating a sub breakpoint, which will be displayed in the breakpoints pane after debugging session ends.