Replies: 3 comments 9 replies
-
That's expected, remote debugging does not support stdio redirection.
Empty string is not a valid prefix for a source map.
You can use either |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick help!
I tried |
Beta Was this translation helpful? Give feedback.
-
Depends on what's embedded in your binary's debug info. Have you tried this: https://github.com/vadimcn/vscode-lldb/wiki/Breakpoints-are-not-getting-hit ? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've been trying to get remote debugging to work with Rust in VS Code, with limited success.
I have a
launch.json
configuration as followsand start an lldb server on a remote computer with
lldb-server platform --server --listen *:1234
The debugger successfully connects and runs my program, however
Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions