Replies: 0 comments 1 reply
-
Yes. Debugging is unaffected by that fact. Even in the CLI debugger, you can step into the internal Node.js JS code.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I am new to Nodejs. I am trying to learn how Node works internally.
Follow the steps in Building.md, I am able to debug into node's (as well as v8, libuv) c++ source code.
Now I am thinking of stepping into those .js files in /lib directory to have further understanding of how js code working with c++ code.
Given the fact that many of the js files are "pre-compiled" into c++ arrays(or assembly code? please help me to understand here) by jstc.py, now I am just wondering is it possible to debug the (un-compiled) node js lib files?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions