diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-02 12:16:29 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-02 13:43:51 +0100 |
commit | 54b5040e0842c85138bb9d800224016054f02778 (patch) | |
tree | 3909267fca0f1d26fa55f713713b849419db82e4 /solenv/vs | |
parent | 41d9584179ef7b4e18eda47c2c0a955df8c087a5 (diff) |
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>
Diffstat (limited to 'solenv/vs')
-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 000000000000..be9e9ee918f2 --- /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 |