Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upterminals do not work on windows for gdbgui 0.14+ #348
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Python does not support pseudoterminals (for example,
import ptyon 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 Python supports pty's on windows.
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.