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
I am trying to use Code lldb to run a debugger with a simple Rust project from the Rust Book. Just a single library and a main crate that uses some of the library's APIs. Everything looks like it compiles correctly and begins to run correctly but almost immediately after the debug session initializes, it exits unexpectedly. I suspect a broken connection to the debug console but would appreciate any support to resolve the issue
OS: MacOS Sonoma 14.0
VSCode version: 1.83.1
CodeLLDB version: v1.10.0
Compiler: rustc 1.68.0-nightly (3020239de 2023-01-09)
Debuggee: Simple program debugging
I am trying to use Code lldb to run a debugger with a simple Rust project from the Rust Book. Just a single library and a main crate that uses some of the library's APIs. Everything looks like it compiles correctly and begins to run correctly but almost immediately after the debug session initializes, it exits unexpectedly. I suspect a broken connection to the debug console but would appreciate any support to resolve the issue
Verbose log
The text was updated successfully, but these errors were encountered: