You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 pudb
python -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
The text was updated successfully, but these errors were encountered: