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 194353 - Breakpoints in libs disappear
Summary: Breakpoints in libs disappear
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 14:53 UTC by Egor Ushakov
Modified: 2011-01-17 11:01 UTC (History)
1 user (show)

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 Egor Ushakov 2011-01-14 14:53:59 UTC
steps to reproduce:
- create subproject sample
- set a breakpoint inside hello4 method
- debug main application
debugger stops in hello4 method but breakpoint annotation disappears and subsequent debug sessions does not stop in hello4 until breakpoint is recreated by hand
Comment 1 Egor Ushakov 2011-01-14 15:51:18 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/f56600dec422
we did not handle pending breakpoints info correctly
Comment 2 Quality Engineering 2011-01-16 06:13:06 UTC
Integrated into 'main-golden', will be available in build *201101160000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f56600dec422
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #194353 (Breakpoints in libs disappear)