[Issue 13198] Removing breakpoint in template with many instances doesn't remove breakpoint

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 28 06:15:06 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13198

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario at 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.

--


More information about the Digitalmars-d-bugs mailing list