Hi, The screen output does not contain the command 'echo Hello World!'. Is there a way to show the original command along with the command output (the commands must be taken from stdin)? (Just like the effect of `set -v` in bash.) $ gdb -q <<< 'echo Hello World!' (gdb) Hello World!(gdb) quit -- Regards, Peng