Skip to content

Instantly share code, notes, and snippets.

@balupton
Last active March 8, 2024 18:31
Show Gist options
  • Select an option

  • Save balupton/3944017 to your computer and use it in GitHub Desktop.

Select an option

Save balupton/3944017 to your computer and use it in GitHub Desktop.
Debugging & Profiling Node.js
@kevireilly

Copy link
Copy Markdown

Just a heads up regarding the Nodetime: they now require an accountKey that you need to get by signing up at their web site.

@rizwhn

rizwhn commented May 1, 2013

Copy link
Copy Markdown

great resource 👍 :feelsgood:

@passy

passy commented May 1, 2013

Copy link
Copy Markdown

There's also traceGL now: https://trace.gl/

@shaoyuan1943

Copy link
Copy Markdown

Very good,thank you!

@muhammadghazali

Copy link
Copy Markdown

Cool!
Thank you.

@teltploek

Copy link
Copy Markdown

Thank you!

@balupton

balupton commented May 1, 2013

Copy link
Copy Markdown
Author

Wow, traceGL seems amazing! Added it to the list :) Also added downgrade information for node-inspector

@bj-po

bj-po commented May 10, 2013

Copy link
Copy Markdown

Good job! thanks :)

@paulirish

Copy link
Copy Markdown

Flame Charts just landed in Chrome DevTools (cpu profiler) so porting them into node-webkit-agent should actually be fairly easy. cc @c4milo

@advanced

Copy link
Copy Markdown

@paulirish can't seem to find the option in the cpu profiler. are you using chrome canary?

@b5

b5 commented May 12, 2013

Copy link
Copy Markdown

inspect heap snapshots with node-heapdump?

@rizalp

rizalp commented May 12, 2013

Copy link
Copy Markdown

Awesome. Is there any way we can integrate these tools with Sublime Text?

@javruben

Copy link
Copy Markdown

Cloud9 IDE (c9.io) comes with a Node.js debugger.

@msolujic

Copy link
Copy Markdown

@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

@hybrist

hybrist commented May 12, 2013

Copy link
Copy Markdown

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.

[1] https://github.com/jkrems/bugger

@datio

datio commented Aug 3, 2013

Copy link
Copy Markdown

You might want to edit your SO answer by adding Google WTF.

@php-cpm

php-cpm commented Sep 28, 2016

Copy link
Copy Markdown

check it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment