Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request runtime For general things occurring at runtime
Projects
None yet
Development

No branches or pull requests

1 participant