Closed plemarquand closed 1 month ago
Describe the bug When using CodeLLDB as the debug adapter XCTest output is not captured and so test results are not recorded. If swift.debugger.useDebugAdapterFromToolchain is true then output is captured and tests work as expected.
swift.debugger.useDebugAdapterFromToolchain
To Reproduce Create a simple XCTest:
import XCTest class MyTests: XCTestCase { func testFoo() { print("x") } }
testFoo()
Environment
I will verify this one.
Verified with and without the patch, the bug is fixed with the patch applied.
Describe the bug When using CodeLLDB as the debug adapter XCTest output is not captured and so test results are not recorded. If
swift.debugger.useDebugAdapterFromToolchain
is true then output is captured and tests work as expected.To Reproduce Create a simple XCTest:
testFoo()
's test icon, Debug TestEnvironment