From 2dd345f067ef5246c2414e414905fe4cb01fe8c2 Mon Sep 17 00:00:00 2001 From: Paul LeMarquand Date: Thu, 13 Feb 2025 11:57:20 -0500 Subject: [PATCH] Debug failing CodeLLDB swift-testing test --- .../testexplorer/TestExplorerIntegration.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts b/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts index 374044db0..55eb84dc2 100644 --- a/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts +++ b/test/integration-tests/testexplorer/TestExplorerIntegration.test.ts @@ -147,7 +147,10 @@ suite("Test Explorer Suite", function () { const lldbPath = process.env["CI"] === "1" - ? { "lldb.library": await getLLDBDebugAdapterPath() } + ? { + "lldb.library": await getLLDBDebugAdapterPath(), + "lldb.launch.expressions": "native", + } : {}; resetSettings = await updateSettings({