Debugging

Verbose Output

Last updated Jun 23, 2026

Run compiles with --verbose to see detailed progress.

pyvorin compile app.py --verbose

Verbose output shows each compiled module, fallback decisions, and timing. This is useful when a compile fails or produces unexpected fallback results.