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 have an Electron app that uses Neon to generate bindings for some Rust libraries. I have been trying to debug my application using rust-lldb, but I cannot set breakpoints within the Rust code that LLDB will recognize. All the libraries are built in debug mode. Is there a way to properly debug Rust code being called from Electron via Neon?
I have an Electron app that uses Neon to generate bindings for some Rust libraries. I have been trying to debug my application using
rust-lldb
, but I cannot set breakpoints within the Rust code that LLDB will recognize. All the libraries are built in debug mode. Is there a way to properly debug Rust code being called from Electron via Neon?For reference, the command I'm using for LLDB is:
The text was updated successfully, but these errors were encountered: