Describe the bug
PUDB freezes immeadiately after start. PUDB started when ssh into remote PC (Win 11), starting Powershell, calling python -m pudb .\path\to\myscript.py.
To Reproduce
Steps to reproduce the behavior:
- ssh into a remote (Win 11) PC
- start powershell in ssh session
- install PUDB by
python -m pip install pudb
- after installation, use PUDB to debug a script:
python -m pudb .\path\to\myscript.py
- Welcome message appears, has some sore of
< OK > "button"
- PUDB is unresponsive, message does not disappear on any of the keys: Enter, Ctrl + Enter, Esc, q, Ctrl+C, Space, Backspace
Expected behavior
Welcome message disappears upon hitting Enter
** Screenshot **

Additional context
ssh session to PC with Windows 11
Versions
What version of pudb? What version of Python?
PUDB Version: v2024.1
Python Version: 3.12.1
Describe the bug
PUDB freezes immeadiately after start. PUDB started when ssh into remote PC (Win 11), starting Powershell, calling
python -m pudb .\path\to\myscript.py.To Reproduce
Steps to reproduce the behavior:
python -m pip install pudbpython -m pudb .\path\to\myscript.py< OK >"button"Expected behavior
Welcome message disappears upon hitting Enter
** Screenshot **

Additional context
ssh session to PC with Windows 11
Versions
What version of pudb? What version of Python?
PUDB Version: v2024.1
Python Version: 3.12.1