Skip to content

PUDB freezes at welcome screen #632

Description

@lobneroO

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions