https://bugs.kde.org/show_bug.cgi?id=462495
--- Comment #6 from ninj...@gmail.com --- The 'read' is unnecessary. Try: konsole --hold -e 'sh -c /usr/bin/tty > konstty' (in konsole, --hold and --noclose are synonyms) and then: gdb --tty $(cat konstty) --args emacs -nw At the gdb prompt type "run" and you should be set to go. -- You are receiving this mail because: You are watching all bug changes.