list_debug_blocks
Scan project files to identify and display debug code blocks marked with debug-start and debug-end markers for debugging analysis.
Instructions
List all debug blocks (code between debug-start and debug-end markers) in project files. Use this to see what debug code has been injected.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | The absolute path to the project directory to scan |