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 comma format specifier for lldb #1345
This PR enables the comma format specifier for lldb scenarios.
Also fixes the issue that
,[#]
was not being handled correctly. Adds a test for the,[#]
and updates the test name.