The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818
stars
218
forks
source link
Add support for applying post remote connect commands on attach #1443
There was already support for the JSON implementation to execute post remote connect commands.
This extends the xml version used by Visual Studio to have the same capabilities
@swermin Thank you for your contribution. We will be aiming to put this in the next version of the VS Code C/C++ Extension and Visual Studio 2022 17.10.
There was already support for the JSON implementation to execute post remote connect commands. This extends the xml version used by Visual Studio to have the same capabilities