Overview
DebugService exposes node-specific debug_* JSON-RPC methods for tracing, raw blocks/txs, and storage inspection. Most public RPC endpoints disable these methods; use a local node or a trusted provider that enables the debug namespace.
Quick Start
Tracing
Raw Blocks & Transactions
Storage Range
Configuration
Use FiberRef helpers for per-request timeout and retry configuration:Error Handling
All methods raiseTransportError when the node rejects the request or the network fails.
Service Interface
Dependencies
See Also
- Provider Service - Core JSON-RPC provider operations
- Raw Provider Service - Low-level request access
- Troubleshooting - Debugging Effect programs

