node.js - how to debug npm packet written by c++ -
i wrote node.js packet.when node load it,how use gdb debug it. use netbeans debug c++. netbeans support c++ , node.js.but not know how debug such node.js packets written c++.
if understand well, want debug addon node.js (written in c++), not module if can load node-module.
unfortunately cannot debug because there 3 levels of code, c++ code source, v8(nan) source sugar above node & node.js call of add-on
so not find ide trace road node c++ source code :s
Comments
Post a Comment