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

When a fatal Glk error is raised, give opportunity to the VM to present a stack trace #17

Open
curiousdannii opened this issue Apr 12, 2022 · 0 comments

Comments

@curiousdannii
Copy link
Owner

There's now no good way for a VM stack trace to be shown when a fatal Glk error is raised. This would require basically a whole ecosystem rethink, but there are a few possible ways we could do this:

  1. Have GlkApi ask the VM for a stack trace
  2. Don't display any errors directly from GlkApi, but throw an error, require the VM to catch it, and then show the error itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant