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
When using LLDB from the command line, evaluating expressions yields the following diagnostic message:
-- Could not find swift-plugin-server for C:\Users\compnerd\AppData\Local\Programs\Swift\Toolchains\6.0.1+Asserts\usr\bin
Reproduction
p var
Expected behavior
The plugin server to be found
Environment
> swiftc -version
Swift version 6.0.1 (swift-6.0.1-RELEASE)
Target: aarch64-unknown-windows-msvc
Additional information
No response
The text was updated successfully, but these errors were encountered:
compnerd
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
lldb
Windows
Platform: Windows
labels
Jan 19, 2025
I think that we should filter out the warnings. stderr is visible on the console and does interfere with usability. As an example, this is what happens when you try to do expression evaluation:
I'd like to make the LLDB experience on Windows at least usable (the overall experience feels pretty rough in comparison to WinDBG still).
Description
When using LLDB from the command line, evaluating expressions yields the following diagnostic message:
Reproduction
p var
Expected behavior
The plugin server to be found
Environment
Additional information
No response
The text was updated successfully, but these errors were encountered: