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

Improve verbosity of errors #9

Open
Tracked by #12
dynafide opened this issue Sep 27, 2022 · 2 comments
Open
Tracked by #12

Improve verbosity of errors #9

dynafide opened this issue Sep 27, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@dynafide
Copy link
Collaborator

To improve the descriptiveness of runtime errors and faults, we should modify the error handling in some way which allows the calling application to trace the call stack and determine the instruction that triggered a fault. Some information about the state of registers and the stack (similar to a core dump) would also be useful.

This will help users debug RVM code as well as enable us to find flaws in the VM itself.

@dynafide dynafide added the enhancement New feature or request label Sep 27, 2022
@StandingPadAnimations
Copy link
Member

I've began working on the new ResurgenceError object. As I'm going to Pakistan for Thanksgiving break this will be a fun thing to test and perfect on the way
image

@dynafide
Copy link
Collaborator Author

Looks good to me! Good luck on your trip and enjoy it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants