-
Notifications
You must be signed in to change notification settings - Fork 4
Forc plugin compatibility, e.g. forc-debugger
#15
Comments
Yeah I think that makes sense 🤔 I can imagine a future we might want to support debugging FVM bytecode that was generated from some means other than the Sway compiler in which case you wouldn't particularly want to use the debugger via If we want to allow the debugger to keep an independent name, we can always add a small CLI wrapper downstream as an alternative approach too. |
forc-debugger
How about the following:
Perhaps this is a nice separation of concerns, where yourself, @Dentosal and client team can continue to take care of |
I've opened a tracking issue for a downstream |
We'll need to do some maintenance on this repo before it can be used in forc. Related #16 |
We've decided to move this code into the Sway repo since the debugger will depend on the same code as forc-test, forc-submit, and SourceMaps within the compiler. It'll be easier to manage as a forc plugin within that repo (consistent releases, version bumps, etc) |
## Description Closes FuelLabs/fuel-debugger#15 Moves https://github.com/FuelLabs/fuel-debugger into a forc plugin. ## 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: Hannes Karppila <[email protected]>
Should we consider renaming this repo to
forc-debugger
? This would allow the debugger to be run as a forc plugin once installed.cc @adlerjohn @mitchmindtree
The text was updated successfully, but these errors were encountered: