Object.keys(request) - ashley/ceej
BLUEBIRD_LONG_STACK_TRACES=1 - chris
(ooh, just remembered another tip: kill -s USR1 <node pid> will turn the debugger on any node process and you can point node-inspector at it) -chris
ooh another fun debugging tip: dbg = vm.runInDebugContext('Debug'); mirror = dbg.MakeMirror(objectValue); console.log(mirror.referencedBy()) - chris it lists all referencing objects to the object you pass to MakeMirror
turn on browser styles in computed properties in the browser - jeff