If you want to be able to run your own GDB Commands whilst Debugging your Arduino Project in Visual Micro, this is for you.... more links and information below...
Whilst your debugging session is running in Visual Micro with either GDBStub or any Hardware Debugger, there is a background session active with GDB.
You can interface with this session via the VS Command Window, by using the "Debug.MIDebugExec" Command, to run your own commands whilst still in the UI, and without stopping your existing debugging session.
This can be useful if you are used to the GDB Command prompt, and if there are additional commands as shown here which are not implemented directly via the UI.
Give it a go with our free fully featured 45 day Trial.
Don't forget to Like and Subscribe to stay up to date with new videos and feature updates...
Our Website:
https://www.visualmicro.com/
Running Custom GDB Commands in Visual Micro
https://www.visualmicro.com/page/Exec...
Teensy 3.6 / 4.x GDB Stub:
https://www.visualmicro.com/page/Teen...
Download Visual Micro:
https://marketplace.visualstudio.com/...
GDB Command Listing:
https://sourceware.org/gdb/onlinedocs...
#Arduino #VisualStudio