www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13198] New: Removing breakpoint in template with many

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 puremagic.com
          Reporter: turkeyman 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.

--
Jul 24 2014