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

Build out debugger API for Boa's VM #3978

Open
nekevss opened this issue Sep 3, 2024 · 0 comments
Open

Build out debugger API for Boa's VM #3978

nekevss opened this issue Sep 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nekevss
Copy link
Member

nekevss commented Sep 3, 2024

With #3976, Boa's handling of the debugger keyword was updated to ignore debugger expressions. Currently, the behavior is for Boa to ignore any debugger statement.

A nice feature would be to further build out a debugger API for Boa's VM that can pause the VMs execution to allow users to view the current state of the VM.

@nekevss nekevss added the enhancement New feature or request label Sep 3, 2024
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

1 participant