Search code exampleseclipsenode.jsnodeclipseDebug deep into nodeJs source
enide - In Node.js Eclipse IDE, how can i include the source code for debugging node inbuilt modules like fs, eventemitter, http
, etc?
Solution
Make debugger stop on the first line (see -brk option in Preferences),
then in appeared V8 sources search for module you need