inducer / pudb

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

PUDB freezes at welcome screen #632

Closed lobneroO closed 10 months ago

lobneroO commented 10 months ago

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:

  1. ssh into a remote (Win 11) PC
  2. start powershell in ssh session
  3. install PUDB by python -m pip install pudb
  4. after installation, use PUDB to debug a script: python -m pudb .\path\to\myscript.py
  5. Welcome message appears, has some sore of < OK > "button"
  6. 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 image

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

asmeurer commented 10 months ago

I think Windows isn't fully supported yet. See #376. SSH might also add some complexities.

inducer commented 10 months ago

Closing as duplicate

DopeRita commented 1 week ago

Is this issue resolved now?