Replies: 1 comment 1 reply
-
As it stands, no. Depending on the connector's implementation, sometimes the command is effected through the API, so there's nothing to echo to the terminal. Sometimes the command is a CLI command, but still issued through some API. Rarely, the command has to be jammed through stdin, in which case you may see it echoed. We do not intend to echo UI-issued commands as a general principle. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So gdb commands can be manually typed in the debugger terminal as well which is great.
When I use the menu buttons, e.g.
Step one instruction exactly (stepi). (F8)
, the executed commands are not displayed in the terminal. Is there an option to echo the commands there? It would help a lot when scrolling back in the terminal and looking up something from the history.Beta Was this translation helpful? Give feedback.
All reactions