VD not clearing BP's.
Rainer Schuetze via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Mon Jul 18 23:14:18 PDT 2016
On 18.07.2016 01:09, Adam Sansier wrote:
> When I run a program, VD is adding back the break points after I clear
> them after a run. Delete all BP's does work.
>
It's Visual Studio that keeps track of the break point list.
What I see with C++, too: if you have multiple projects using the same
source, setting a breakpoint adds it for all projects, but removing it
only disables it for the current one. If you restart the program it
reappears in all projects.
Is this what you are seeing?
More information about the Digitalmars-d-ide
mailing list