Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging from Electron #525

Open
snowsignal opened this issue Jun 11, 2020 · 0 comments
Open

Debugging from Electron #525

snowsignal opened this issue Jun 11, 2020 · 0 comments

Comments

@snowsignal
Copy link

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:

rust-lldb node -- node_modules/.bin/electron dist/app/main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant