Thread overview
[Issue 13198] Removing breakpoint in template with many instances doesn't remove breakpoint
Jul 28, 2014
Rainer Schuetze
Jul 28, 2014
Manu
Sep 24, 2014
Manu
Jan 01, 2015
Rainer Schuetze
Jan 02, 2015
Manu
July 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13198

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
When reporting debugger issues, please specify which debug engine you use. I guess this is a report for the "Visual Studio" engine.

If you have multiple projects using the same code, deleting breakpoints while debugging only affects the currently running binaries. This also annoys me when debugging C++ code. The remaining breakpoints are then bound to the old locations again when starting a new debug session.

Please check the breakpoint window: if there are multiple sub-nodes for a breakpoint, only some of them are probably removed when you delete the breakpoint in the source window. You have to delete it in the breakpoint window to get rid of them all.

If this is the case, there is not a lot we can do, as this is an issue with the VS debugger.

--
July 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13198

--- Comment #2 from Manu <turkeyman@gmail.com> ---
Sorry.
I only use the VS engine since Mago64 isn't released yet.
DMD-32 is no use to me.

I'll check if that was the case as you say next time it happens.

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13198

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
January 01, 2015
https://issues.dlang.org/show_bug.cgi?id=13198

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
Is this still valid or the described VS issue?

--
January 02, 2015
https://issues.dlang.org/show_bug.cgi?id=13198

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Manu <turkeyman@gmail.com> ---
I can't repro in a simple case. I don't have the original case anymore (it was quite big, too much to paste in the bug).

I'll close it and reopen if it reappears with some code.

--