October 02, 2023 [Issue 23843] Visual Studio no longer can be set to break on user-handled D exceptions | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23843 Rainer Schuetze <r.sagitario@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.sagitario@gmx.de --- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> --- Maybe you switched to building 64-bit processes in the mean time? If built with dmd, this uses a custom exception handling mechanism unknown to the VS debugger. With 32-bit processes and with LDC, exception are regular Win32/C++ exceptions, and can be set to break on throwing exceptions (enable all exception to see which one triggers). The D-Exceptions only work when using the mago-debug-engine. This can only be selected with visualdproj projects as the debugger to use, but has become obsolete in all other aspects. -- |
October 18, 2023 [Issue 23843] Visual Studio no longer can be set to break on user-handled D exceptions | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23843 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/visuald/issues/258 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation