Thread overview
[Issue 11549] Throwing an exception while debugging causes incorrect execution
Aug 02, 2014
Rainer Schuetze
Sep 24, 2014
Manu
Dec 30, 2014
Manu
August 02, 2014
https://issues.dlang.org/show_bug.cgi?id=11549

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

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=11549

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
December 30, 2014
https://issues.dlang.org/show_bug.cgi?id=11549

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Manu <turkeyman@gmail.com> ---
I've tried debugging various bits of code with exceptions with the latest tools. I can't seem to reproduce this issue anymore.

Thanks again!

--