You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@plemarquand this was just a minor annoyance since startup of LLDB can be slow and I find some times it takes a while to respond to a stop or continue press. Not concerned about this if there is no elegant solution
Describe the bug
When I stop a swift-testing debug session, the XCTest one still proceeds
To Reproduce
Steps to reproduce the behavior:
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
swift --version
): 6.0Additional context
Minor annoyance, feel free to just close if implementation is messy.
The text was updated successfully, but these errors were encountered: