[konsole] [Bug 462495] Konsole need to implement openpty mode to support gdb's --tty option

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sat Dec 3 15:58:22 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=462495

--- Comment #5 from chiheng.xu at gmail.com ---
Figured out a way to work partially:
mintty.exe --hold always sh.exe -c "tty > 1.txt; read;" &
konsole --no-close sh -e "tty > 1.txt; read;" &
gnome-terminal --hold sh -e "tty > 1.txt; read;" &

gdb --tty=$(cat 1.txt) emacs
run

But there is a problem that emacs can't get input from the terminal, because of
the read command.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list