Dalamud/Dalamud.Injector
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
..
Dalamud.Injector.csproj chore: upgrade projects to net8 2023-11-14 20:23:02 +01:00
EntryPoint.cs boot: implement --unhandled-exception=stalldebug (#1690) 2024-04-20 21:20:11 -07:00
ExistingProcess.cs chore: fix some warnings, cleanup 2022-04-25 20:04:17 +02:00
GameStart.cs fix warnings in injector 2023-06-09 23:38:15 +02:00
GlobalSuppressions.cs fix warnings in Dalamud 2023-06-09 23:38:13 +02:00
Injector.cs fix: update Iced in Injector, fix build 2022-07-17 14:46:48 +02:00
LegacyBlowfish.cs fix warnings in injector 2023-06-09 23:38:15 +02:00
NativeFunctions.cs fix: update Iced in Injector, fix build 2022-07-17 14:46:48 +02:00