Dalamud/Dalamud.Common
srkizer 8ff4662f1f
boot: implement --unhandled-exception=stalldebug (#1690)
Using this option will stall the crashed thread until the debugger
attaches, so that the newly attached debugger can be handed over the
exception, enabling breaking at correct stack location.

`--no-exception-handlers` injector option controlled whether Dalamud
Crash Handler would intercept exceptions before. Those are now either
`default` or `none` option for `--unhandled-exception`.
2024-04-20 21:20:11 -07:00
..
Game Add tests for GameVersionConverter and fix edge case (#1726) 2024-03-18 20:12:34 -07:00
ClientLanguage.cs
Dalamud.Common.csproj
DalamudStartInfo.cs boot: implement --unhandled-exception=stalldebug (#1690) 2024-04-20 21:20:11 -07:00
LoadMethod.cs Make the crash handler work on wine properly (#1636) 2024-02-11 13:01:34 -08:00
UnhandledExceptionHandlingMode.cs boot: implement --unhandled-exception=stalldebug (#1690) 2024-04-20 21:20:11 -07:00