Last active
March 8, 2024 18:31
-
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.
Debugging & Profiling Node.js
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!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@paulirish can't seem to find the option in the cpu profiler. are you using chrome canary?