-
Star
(270)
You must be signed in to star a gist -
Fork
(22)
You must be signed in to fork a gist
-
-
Save balupton/3944017 to your computer and use it in GitHub Desktop.
Very helpful indeed. Thanks!
Just a heads up regarding the Nodetime: they now require an accountKey that you need to get by signing up at their web site.
great resource 👍
There's also traceGL now: https://trace.gl/
Very good,thank you!
Cool!
Thank you.
Thank you!
Wow, traceGL seems amazing! Added it to the list :) Also added downgrade information for node-inspector
Good job! thanks :)
Flame Charts just landed in Chrome DevTools (cpu profiler) so porting them into node-webkit-agent should actually be fairly easy. cc @c4milo
@paulirish can't seem to find the option in the cpu profiler. are you using chrome canary?
inspect heap snapshots with node-heapdump?
Awesome. Is there any way we can integrate these tools with Sublime Text?
Cloud9 IDE (c9.io) comes with a Node.js debugger.
@balupton great list of tools.
For those of us who come from Eclipse comfort, debugging can be a lot like you are used to with JVM: https://github.com/joyent/node/wiki/Using-Eclipse-as-Node-Applications-Debugger
Shameless plug: I'm currently working on a something that's pretty similar (and started as a fork of) to node-inspector [1]. It could be interesting for people using coffee-script since it has support for source maps. And it works with the built-in DevTools that ship with Chrome.
You might want to edit your SO answer by adding Google WTF.
check it!
thanks for this list - helpful!