Comment #1 on issue 1639 by [email protected]: Debugger breaks on internal code when attempting to step next
http://code.google.com/p/v8/issues/detail?id=1639

Confirming that while developing debugger for nodejs.
When calling "stepaction=next" on "require(...)" expression it will drill down up to Module._load invocation (that is deep inside module.js which is internal).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to