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
I'm working on an interactive command line app using Swift, and because it uses raw mode ANSI VT commands it needs to run in an external terminal rather the built-in VSCode terminal.
Adding the "runInTerminal": true entry to launch.json should enable this, but when running a debug session, it times out with an error message:
Timed out trying to get messages from the debug adaptor
To Reproduce
Steps to reproduce the behavior:
Create a console app
Set a breakpoint
Add the "runInTerminal": true entry to launch.json to set a debug configuration that uses the system terminal.
I had a go at reproducing this but I couldn't reproduce the issue. From VS Code, with your project open, could you run > Swift: Capture VS Code Diagnostic Bundle and choose Capture Minimal Diagnostics, and then zip/attach the resulting files here? This should give us a more complete picture of how you have your project configured and what your VS Code settings are.
Describe the bug
I'm working on an interactive command line app using Swift, and because it uses raw mode ANSI VT commands it needs to run in an external terminal rather the built-in VSCode terminal.
Adding the
"runInTerminal": true
entry to launch.json should enable this, but when running a debug session, it times out with an error message:To Reproduce
Steps to reproduce the behavior:
"runInTerminal": true
entry to launch.json to set a debug configuration that uses the system terminal.Command line in terminal shows as:
Expected behavior
A clear and concise description of what you expected to happen.
Environment
swift --version
)swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Target: arm64-apple-macosx15.0
Additional context
Full launch.json:
The text was updated successfully, but these errors were encountered: