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
The server replies with a F-1,16, and lldb reacts with reporting "error: invalid argument".
This is because lldb-server uses _wsopen_s to open files on Windows. _wsopen_s rejects mode arguments that contain anything other than _S_IREAD | _S_IWRITE.