[Issue 11549] Throwing an exception while debugging causes incorrect execution

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 2 06:13:35 PDT 2014


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

--- Comment #4 from Rainer Schuetze <r.sagitario at gmx.de> ---
> I just tried it again with the example referenced by issue 11033: it just works for me.

When trying this again with mago, I noticed that the breakpoint in the catch
branch of the template function does not trigger: it only set the breakpoint on
the first instance of the template.

This is fixed in mago and can be tested with this beta:
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-beta1

--


More information about the Digitalmars-d-bugs mailing list