office-gobmx/solenv/vs/Microsoft.MIEngine.Options.xml
Mike Kaganski 54b5040e08 VS IDE integration: enable Python pretty printers when debugging a WSL build
See https://learn.microsoft.com/en-us/cpp/linux/deploy-run-and-debug-your-linux-project#debug-with-attach-to-process

Change-Id: I16d50ebe5f087518de1953ea1f9aad4180714cc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158789
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-11-02 13:43:51 +01:00

9 lines
No EOL
323 B
XML

<SupplementalLaunchOptions>
<AttachOptions>
<AttachOptionsForConnection>
<SetupCommands>
<Command IgnoreFailures="true" Description="Enable pretty-printing for gdb">-enable-pretty-printing</Command>
</SetupCommands>
</AttachOptionsForConnection>
</AttachOptions>
</SupplementalLaunchOptions>