Skip to content
Arxo Arxo

Debugging

Enable timing (if available in your build):

Terminal window
arxo analyze --report-timings

Output shows time per stage (e.g. parsing, metrics).


Terminal window
arxo doctor
arxo analyze --format json --output debug-report.json

CLI:

Terminal window
RUST_LOG=debug arxo analyze

MCP Server (Cursor/IDE):

  1. Open MCP server logs in your IDE.
  2. Select the Arxo server.
  3. Use --log-level debug in MCP config.
  4. Review tool execution and errors.

See MCP Configuration for log settings.

When reporting issues, include:

  1. Arxo version: arxo --version
  2. OS
  3. Project type and language
  4. Error message or unexpected behavior
  5. Config file (if applicable)
  6. Output of arxo doctor