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

Add a setBreakpoints method to the debugger #656

Closed
sdankel opened this issue Jan 16, 2024 · 1 comment · Fixed by #657
Closed

Add a setBreakpoints method to the debugger #656

sdankel opened this issue Jan 16, 2024 · 1 comment · Fixed by #657
Assignees
Labels
fuel-vm Related to the `fuel-vm` crate.

Comments

@sdankel
Copy link
Member

sdankel commented Jan 16, 2024

This function will replace all breakpoints with a given list of new breakpoints. setBreakpoints is part of DAP. Having this exposed at the Interpreter level will make the code nicer.

@sdankel sdankel added the fuel-vm Related to the `fuel-vm` crate. label Jan 16, 2024
@Dentosal
Copy link
Member

Done! The requested method is called overwrite_breakpoints and will be available in the next fuel-vm version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuel-vm Related to the `fuel-vm` crate.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants