Debugging
Debugging
Last updated Jun 23, 2026
Pyvorin provides several tools for diagnosing problems without exposing secrets or source code.
pyvorin doctor
pyvorin doctorChecks Python version and platform support, network reachability to the Portal, licence and device token validity, and configuration file syntax.
Compile logs
pyvorin compile app.py --verboseVerbose mode prints per-module compilation status, fallback reasons, and timing. Logs are stored locally and are not uploaded unless telemetry is enabled.
Reporting bugs
pyvorin report-bug --title "Unexpected fallback" --logsThis creates a support ticket. By default, source code is not attached, command text is redacted, and stack traces are included.