microsoft / MIEngine

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

Enable NatvisDiagnostics for VS Debug Option #1357

Closed WardenGnaw closed 2 years ago

WardenGnaw commented 2 years ago

This PR enables Natvis Diagnostics for VS. If the NatvisDiagnostics in the VS Debug Options is enabled, it will output to the debug pane.

Options Window: image

Output Window: image