How to debug native node.js addons in Mac OSX

So you’ve got a native node.js addon written in C, C++, Objective-C, C#, or something else. Debugging the JS is easy — you can use WebStorm’s built-in debugger (my preferred method), node-debug, iron-node, or others. But what if you want to inspect…

Cameron Nokes
Cameron Nokes
Javascript and front-end development how-tos
More information
Followers
200
Elsewhere