Skip to content

Instantly share code, notes, and snippets.

@ry
Created September 8, 2011 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ry/1204417 to your computer and use it in GitHub Desktop.
Save ry/1204417 to your computer and use it in GitHub Desktop.
debug> next
debug>
break in function Module(id, parent) {
this.id = id;
this.exports = {};
this.parent = parent;
this.filename = null;
this.loaded = false;
this.exited = false;
this.children = [];
}._load(request=path, parent=#<Module>, isMain=undefined), module.js:268
if (cachedModule) {
^
debug> next
debug>
break in function Module(id, parent) {
this.id = id;
this.exports = {};
this.parent = parent;
this.filename = null;
this.loaded = false;
this.exited = false;
this.children = [];
}._load(request=path, parent=#<Module>, isMain=undefined), module.js:272
if (NativeModule.exists(id)) {
^
debug>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment