Skip to content

Commit 2dd345f

Browse files
committed
Debug failing CodeLLDB swift-testing test
1 parent 39fb686 commit 2dd345f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/integration-tests/testexplorer/TestExplorerIntegration.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ suite("Test Explorer Suite", function () {
147147

148148
const lldbPath =
149149
process.env["CI"] === "1"
150-
? { "lldb.library": await getLLDBDebugAdapterPath() }
150+
? {
151+
"lldb.library": await getLLDBDebugAdapterPath(),
152+
"lldb.launch.expressions": "native",
153+
}
151154
: {};
152155

153156
resetSettings = await updateSettings({

0 commit comments

Comments
 (0)