summaryrefslogtreecommitdiffstats
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 97bef37..381be8b 100644
--- a/notes.txt
+++ b/notes.txt
@@ -21,3 +21,8 @@ var bar = foo.slice(0);
[mongodb]
$ mongo; show dbs; use nodejs1; show collections; db.getCollectionNames(), db.users.find(), db.users.remove(), db.users.drop()
+[debug node]
+$ node --debug-brk app.js
+$ node-inspector &
+http://0.0.0.0:8080/debug?port=5858
+