Debugging
Performance Debugging
Section titled “Performance Debugging”Enable timing (if available in your build):
arxo analyze --report-timingsOutput shows time per stage (e.g. parsing, metrics).
Getting Help
Section titled “Getting Help”Generate Debug Report
Section titled “Generate Debug Report”arxo doctorarxo analyze --format json --output debug-report.jsonCheck Logs
Section titled “Check Logs”CLI:
RUST_LOG=debug arxo analyzeMCP Server (Cursor/IDE):
- Open MCP server logs in your IDE.
- Select the Arxo server.
- Use
--log-level debugin MCP config. - Review tool execution and errors.
See MCP Configuration for log settings.
Report Issues
Section titled “Report Issues”When reporting issues, include:
- Arxo version:
arxo --version - OS
- Project type and language
- Error message or unexpected behavior
- Config file (if applicable)
- Output of
arxo doctor
Next steps
Section titled “Next steps”- Troubleshooting — Overview
- MCP Workflows — AI-assisted debugging