console display like gdb #13365
Replies: 2 comments 2 replies
|
Most gdb commands are supported, but you have to prefix the line with a backtick (`) character or |
0 replies
|
I want to display command in debug console for understand pluglin work when i click; so i want to avoid gdb's MI mode |
2 replies
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.
I would like to simulate the printing of commands sent by the plugin to GDB and the responses from GDB in the debug console. How can I achieve this?

Now
want:

All reactions