www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - Add breakpoint conditions

reply Joseph <JE342 gmail.com> writes:
It would be nice if we could use the breakpoint conditions like 
only breaking after hit N times. The error message as D does not 
support them, but I'm sure it can! With a little love, anything 
is possible!
Sep 23 2017
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 24.09.2017 01:34, Joseph wrote:
 It would be nice if we could use the breakpoint conditions like only 
 breaking after hit N times. The error message as D does not support 
 them, but I'm sure it can! With a little love, anything is possible!
This works with the mago Concord extension for the VS debugger, see http://rainers.github.io/visuald/visuald/Debugging.html#concord
Sep 24 2017