[Issue 13198] New: Removing breakpoint in template with many instances doesn't remove breakpoint
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jul 24 01:25:30 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13198
Issue ID: 13198
Summary: Removing breakpoint in template with many instances
doesn't remove breakpoint
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: VisualD
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
While debugging, if you remove a breakpoint from within a template with many
instances, the breakpoint isn't actually removed.
Upon program termination, the breakpoint reappears and stops again next time
you debug.
If you remove the breakpoint while the program is not running, then it is
actually removed for real.
--
More information about the Digitalmars-d-bugs
mailing list