Skip to content

Commit

Permalink
Debug failing CodeLLDB swift-testing test
Browse files Browse the repository at this point in the history
  • Loading branch information
plemarquand committed Feb 13, 2025
1 parent 39fb686 commit 2dd345f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 2dd345f

Please sign in to comment.