In this post, I'll explain advanced techniques to debug native code in Electron apps (specifically, native Node.js addons) using lldb and Xcode. You might be interested in this post if you have an Electron app, use native Node.js addons (like sqlite3, nodegit, or java), and recently