tracer
Analyze and trace execution flow or map dependencies to debug complex issues in code. Customize tracing mode, target methods, and files for precise analysis using supported AI providers.
Instructions
Trace execution flow and debug complex issues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
files | No | Relevant files to focus tracing on (optional) | |
provider | No | AI provider to use | gemini |
targetDescription | No | Detailed description of what to trace - method, function, class, or module name and context | |
task | Yes | What to trace and WHY you need this analysis (e.g., 'trace User.login() execution flow', 'map UserService dependencies', 'understand payment processing call chain') | |
traceMode | No | Type of tracing: 'ask' (prompts user to choose), 'precision' (execution flow), 'dependencies' (structural relationships) | ask |