Debug failed transaction or test with trace analysis
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-sol-tech-stacks-solidity@IvanTorresEdge/molcajete.ai# Debug Transaction or Test Debug failed transaction or test with trace analysis. Use the Task tool to launch the **debugger** agent with the following instructions: 1. Ask user what to debug: - Failing test name - Transaction hash (for on-chain transactions) 2. Detect framework and run debugging: - Foundry test: `forge test --match-test [name] -vvvv` - Foundry transaction: `cast run [hash] --trace` - Foundry interactive: `forge test --debug [name]` - Hardhat: Run test with console.log output 3. Analyze traces to identify: - Revert location - Parameter values at r...
`/project:debug <TASK_DESCRIPTION>`
`/project:debug <TASK_DESCRIPTION>`
Systematic four-phase debugging framework for finding root causes
Apply expert debugging methodology to investigate a specific issue
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis