[Issue 11026] cannot step in debugger after exception
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon May 21 09:32:16 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=11026
--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
For LDC, this kind of works as it uses C++ exceptions. When stepping after the
exception, you hit some unwinding code first, though, which is a bit confusing.
For dmd/Win64 there is no exception support anyway because it uses custom
exception handling.
For dmd/Win32 the issue remains as described.
--
    
    
More information about the Digitalmars-d-bugs
mailing list