[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 21:20:47 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=462495
--- Comment #6 from ninjalj at 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 the assignee for the bug.
More information about the konsole-devel
mailing list