Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boot: implement --unhandled-exception=stalldebug #1690

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

Soreepeong
Copy link
Contributor

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.

@Soreepeong Soreepeong requested a review from a team as a code owner March 4, 2024 11:29
@KazWolfe
Copy link
Member

Are you okay with rebasing this to API 10?

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`.
@Soreepeong Soreepeong changed the base branch from master to apiX April 21, 2024 04:18
@Soreepeong
Copy link
Contributor Author

Rebased to apiX.

@KazWolfe KazWolfe merged commit 8ff4662 into goatcorp:apiX Apr 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants