forc-debug 0.71.0

Supports debugging Sway code via CLI and DAP server.
Documentation
1
2
3
4
5
6
7
8
9
[project]
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
license = "Apache-2.0"
name = "simple"
implicit-std = false

[dependencies]
std = { path = "../../../../../sway-lib-std" }