inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
2.94k stars 226 forks source link

Allow setting term size via env var #628

Closed max-arnold closed 7 months ago

max-arnold commented 8 months ago

For remote debugging it would be useful to be able to set PUDB_TERM_SIZE=80x20 to override the default guess.

This would nicely complement PYTHONBREAKPOINT, PUDB_RDB_HOST, and PUDB_RDB_PORT

max-arnold commented 7 months ago

Merged