You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Related #2350
This refactor is not intended to change any behavior. It adds
`TestExecutor` which has a handle to `vm::Interpreter`. This will be
used to access the debugger within the VM.
Also moved the "setup" related code into a new file to make the code
more organized.
## Checklist
- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
---------
Co-authored-by: Joshua Batty <[email protected]>
Overview
The
fuel-debugger
is a CLI tool that acts as a FVM client and provides runtime debugging support for FVM bytecode.We should provide a
forc debugger
(orforc dbg
?) plugin that wraps and extendsfuel-debugger
with sway/forc-specific functionality.This might include:
out/
.forc build
ifout/
artifacts don't exist yet).FuelLabs/fuel-debugger#15 (comment)
TODO
forc-dbg
crate underplugins/
. TODO: Break this into sub-issues.The text was updated successfully, but these errors were encountered: