digitalmars.D.ide - VD not clearing BP's.
- Adam Sansier (2/2) Jul 17 2016 When I run a program, VD is adding back the break points after I
- Rainer Schuetze (7/9) Jul 18 2016 It's Visual Studio that keeps track of the break point list.
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.
Jul 17 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?
Jul 18 2016