diff options
Diffstat (limited to 'solenv/vs/Microsoft.MIEngine.Options.xml')
-rw-r--r-- | solenv/vs/Microsoft.MIEngine.Options.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/solenv/vs/Microsoft.MIEngine.Options.xml b/solenv/vs/Microsoft.MIEngine.Options.xml new file mode 100644 index 0000000000..be9e9ee918 --- /dev/null +++ b/solenv/vs/Microsoft.MIEngine.Options.xml @@ -0,0 +1,9 @@ +<SupplementalLaunchOptions> + <AttachOptions> + <AttachOptionsForConnection> + <SetupCommands> + <Command IgnoreFailures="true" Description="Enable pretty-printing for gdb">-enable-pretty-printing</Command> + </SetupCommands> + </AttachOptionsForConnection> + </AttachOptions> +</SupplementalLaunchOptions>
\ No newline at end of file |