Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
June 10, 2015 [Issue 11026] cannot step in debugger after exception | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11026 Andrei Alexandrescu <andrei@erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |D2 -- |
May 21, 2018 [Issue 11026] cannot step in debugger after exception | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11026 --- Comment #1 from Rainer Schuetze <r.sagitario@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. -- |
December 17, 2022 [Issue 11026] cannot step in debugger after exception | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11026 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
October 18, 2023 [Issue 11026] cannot step in debugger after exception | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11026 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/visuald/issues/197 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
October 18, 2023 [Issue 11026] cannot step in debugger after exception | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11026 --- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/visuald/issues/233 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
October 18, 2023 [Issue 11026] cannot step in debugger after exception | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11026 --- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/visuald/issues/234 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation