What to set PYTHONBREAKPOINT to for remote debugging when passing arguments like "host" and "term_size"? #636
-
In Remote debugging section in the docs there is no information on what to set |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can set the term size with Lines 54 to 56 in 920414f |
Beta Was this translation helpful? Give feedback.
-
Maybe it would be useful to be able to set this in the config as well? |
Beta Was this translation helpful? Give feedback.
You can set the term size with
PUDB_TERM_SIZE
. https://documen.tician.de/pudb/starting.html#remote-debugging and the host withPUDB_RDB_HOST
(not documented, but you can see herepudb/pudb/remote.py
Lines 54 to 56 in 920414f