Open
Description
Describe the bug
When I stop a swift-testing debug session, the XCTest one still proceeds
To Reproduce
Steps to reproduce the behavior:
- Have a mix of swift-testing and XCTests
- Debug all your tests in the test explorer
- Hit a bp when running swift-testing
- Press the stop button
- Notice swift-testing stops, but XCTest session still proceeds
Expected behavior
Maybe through the vscode.debug
or debug adapter tracker APIs we can check if it was stopped. Also is notion of parent debug sessions.
Environment
- OS: macOS
- Swift version (output of
swift --version
): 6.0 - Visual Studio Code version: 1.92
- vscode-swift version: 1.10.7
Additional context
Minor annoyance, feel free to just close if implementation is messy.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog