sway/forc-plugins/forc-debug
IGI-111 5064247397
Stabilize ABI errors (#7241)
## Description

Stabilize the `error_type` feature.
Fixes #6765

## 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).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [ ] 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: Igor Rončević <ironcev@hotmail.com>
2025-06-23 10:37:35 +00:00
..
docs chore: bump fuel-core to 0.24.2, fuel-vm to 0.48.0, sdk to 0.57.0 (#5844) 2024-04-13 09:15:12 +10:00
examples Stabilize ABI errors (#7241) 2025-06-23 10:37:35 +00:00
src ci: upgrade to rust 1.85.0 (#6979) 2025-03-04 11:28:22 +04:00
tests minor adjustment to inliner heuristic (#7232) 2025-06-23 06:17:05 +05:30
Cargo.toml forc-call logs support (#6968) 2025-03-01 14:26:16 +13:00
README.md Add support recover key (#5419) 2024-01-23 13:14:29 +11:00

forc-debug

Debugger attachable to FuelVM over a GraphQL API.

Testing

The automated tests assume that fuel-core binary is installed.