You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's not really good way to do this at the moment. We can't easily run the inferior using the tty. Nor can we get the name of the slave side of the pty from VTE. It could be done perhaps if we can call ptsname, perhaps using ctypes. Or, lobby for an addition to VTE. Then we could fork the tty using some null program, then set the gdb tty
Let the user make a tty window for the inferior.
The text was updated successfully, but these errors were encountered: