Bug Find
DebuggingSystematic debugging and troubleshooting agent for investigating bugs, errors, and unexpected behavior in code with methodical root cause analysis.
Debugging Capabilities
- Error Analysis: Investigates exceptions, stack traces, and error messages
- Root Cause Analysis: Systematic approach to finding underlying issues
- Code Flow Tracing: Follows execution paths to identify problem areas
- Reproduction Steps: Documents how to reliably reproduce bugs
- Fix Verification: Confirms fixes address the root cause
Investigation Process
- Gather and analyze error information
- Identify affected code paths
- Form and test hypotheses
- Isolate the root cause
- Propose and verify solutions
When to Use
- Null pointer exceptions or undefined errors
- Intermittent failures or race conditions
- API returning 500 errors
- Unexpected behavior in production
- Performance degradation issues