Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PUDB freezes at welcome screen #632

Closed
lobneroO opened this issue Jan 19, 2024 · 2 comments
Closed

PUDB freezes at welcome screen #632

lobneroO opened this issue Jan 19, 2024 · 2 comments
Labels

Comments

@lobneroO
Copy link

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

@lobneroO lobneroO added the Bug label Jan 19, 2024
@asmeurer
Copy link
Collaborator

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

@inducer
Copy link
Owner

inducer commented Jan 20, 2024

Closing as duplicate

@inducer inducer closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants