We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Python does not support pseudoterminals (for example, import pty on windows fails) on windows.
import pty
As of gdbgui v0.14, pty's are used in the backend, and thus cannot support windows in newer versions with pty's until either
To Reproduce Steps to reproduce the behavior:
Expected behavior gdbgui runs normally
Workaround Run on Unix or use gdbgui version 0.13.x or lower.
The text was updated successfully, but these errors were encountered:
Created issue in CPython issue tracker https://bugs.python.org/issue41663
Sorry, something went wrong.
This might work with https://pypi.org/project/pywinpty/. Need to investigate.
Another potentially useful project https://pypi.org/project/yawinpty/
No branches or pull requests
Describe the bug
Python does not support pseudoterminals (for example,
import pty
on windows fails) on windows.As of gdbgui v0.14, pty's are used in the backend, and thus cannot support windows in newer versions with pty's until either
To Reproduce
Steps to reproduce the behavior:
Expected behavior
gdbgui runs normally
Workaround
Run on Unix or use gdbgui version 0.13.x or lower.
The text was updated successfully, but these errors were encountered: