What problem does it solve?
This Skill helps developers debug complex blockchain application logic by providing tools for tracing execution, replaying transactions, and inspecting state changes over time.
Core Features & Use Cases
- Trace Recording: Capture detailed execution logs of blockchain transactions and blocks.
- Time-Travel Debugging: Step backward through execution to pinpoint the exact cause of errors.
- State Inspection: Query the state of the blockchain at any point in its history.
- Use Case: When a smart contract test fails unexpectedly, use this Skill to record the execution trace, load it into the debugger, and step back through the transaction to understand precisely where and why the state became invalid.
Quick Start
Use the evolve-debugger skill to load the trace file 'debug_trace.bin' and set a breakpoint on any transaction error.