Open
Description
Describe the bug
When running the debugger, the expression evaluation input disappears from Debug Console. So it isnt possible to use lldb commands like po
. This doesn't always happen, but it seems to happen most frequently when running tests.
To Reproduce
Steps to reproduce the behavior:
- Open project with tests
- Add break point in test and debug it
- Go to debug console
- There is nowhere to input
po
,p
style commands
Environment
- macOS 15.5
- Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
- Visual Studio Code version: 1.100.3
- vscode-swift version: 2.4.0
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog