Loading...
Uploaded by tehcodez on Aug 17, 2010
For an intro to the latest version of node-inspector (0.1) watchhttp://www.youtube.com/view_play_list?p=A5216AC29A41EFA8This video covers version 0.0.4Get ready for http://nodeknockout.com/ with node-inspector!Get the source from http://github.com/dannycoates/node-inspector
Science & Technology
Standard YouTube License
Awesome. I was able to inspect the client object of socket.io that we get in :
socket.on('connecion', function(client){...});
Thanks
++
redsonic84 9 months ago
Super mint! Thanks for your hard work on this project :)
chrelad 11 months ago
github.com/dannycoates/node-inspector/wiki/Getting-Started---from-scratch
soitgoes9 1 year ago
Use this link to get started. The terminal args in the video are no longer valid. Also if you don't compile node with the GCC var listed in the instructions here then it will seg fault when you attempt to break on a break point.
I see now --start-brk is on the heap-profiler branch.
propixl 1 year ago
Great video. Node-inspector looks awesome.
--start-brk=server.js throws
> unknown option: --start-brk
Load more suggestions
Awesome. I was able to inspect the client object of socket.io that we get in :
socket.on('connecion', function(client){...});
Thanks
++
redsonic84 9 months ago
Super mint! Thanks for your hard work on this project :)
chrelad 11 months ago
github.com/dannycoates/node-inspector/wiki/Getting-Started---from-scratch
soitgoes9 1 year ago
Use this link to get started. The terminal args in the video are no longer valid. Also if you don't compile node with the GCC var listed in the instructions here then it will seg fault when you attempt to break on a break point.
soitgoes9 1 year ago
I see now --start-brk is on the heap-profiler branch.
propixl 1 year ago
Great video. Node-inspector looks awesome.
--start-brk=server.js throws
> unknown option: --start-brk
propixl 1 year ago