forc-debug 0.71.0

Supports debugging Sway code via CLI and DAP server.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod debugger;
pub mod error;
pub mod names;
pub mod server;
pub mod types;

// Re-exports
pub use fuel_core_client::client::{schema::RunResult, FuelClient};
pub use fuel_vm::prelude::{ContractId, Transaction};