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

Implement support for throwing/rethrowing exceptions #51

Open
knah opened this issue Jun 13, 2021 · 0 comments
Open

Implement support for throwing/rethrowing exceptions #51

knah opened this issue Jun 13, 2021 · 0 comments
Labels
enhancement New feature or request runtime For general things occurring at runtime

Comments

@knah
Copy link
Owner

knah commented Jun 13, 2021

Right now, when patching game code, the patch typically can catch exceptions (via runtime_invoke) but can't re-throw them. This is unwelcome in some cases, as execution of patch caller can differ because of that.

@knah knah added enhancement New feature or request runtime For general things occurring at runtime labels Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runtime For general things occurring at runtime
Projects
None yet
Development

No branches or pull requests

1 participant