tracer
Trace execution flow and debug complex issues by analyzing method, function, or module dependencies. Choose precision or structural tracing modes to map call chains and identify root causes efficiently.
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 |