Create advanced debugging tools for Soroban contracts, including breakpoints, step-through execution, and variable inspection.
Proposed Changes:
- Implement debugging interface
- Add breakpoint support
- Create step-through execution
- Implement variable inspection
- Add call stack inspection
- Create debugging UI
Acceptance Criteria:
- Debugging interface works
- Breakpoint support
- Step-through execution
- Variable inspection
- Call stack inspection
- Debugging UI
Priority: High
Complexity: Medium
Labels: enhancement, debugging, tools
Create advanced debugging tools for Soroban contracts, including breakpoints, step-through execution, and variable inspection.
Proposed Changes:
Acceptance Criteria:
Priority: High
Complexity: Medium
Labels: enhancement, debugging, tools