Send custom commands to gbd #12452
Unanswered
ilnerdchuck
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi I'm building a modified version of this extension to debug a didactic kernel.
I´ve been able to connect the VSCode integrated debugger+cpptools with the following configurations:
launch.json
task.json
I´d also like to add custom functionalities to the debugger´s UI, like showing some custom variables, list of the current kernel processes or execute other gdb commands besides the basic ones. I'm scrolling trough the code but i don't seem to find any clue where any of the commands are created and then executed. Do you know where i can find them?
My idea is to add buttons and lists of what i need in the VSCode right sidebar, for testing I can also use a command from the command palette to launch the gdb command and output all in the debug console.
Beta Was this translation helpful? Give feedback.
All reactions