https://bugs.kde.org/show_bug.cgi?id=462495
--- Comment #5 from chiheng...@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 watching all bug changes.