Slightly off topic, but I've been debugging some memory leaks in a node app, and after trying out quite a few heap and GC inspector packages, I've fallen in love with https://github.com/c4milo/node-webkit-agent. It's a one-liner require that lets you use chrome's built-in JS debugger for memory and CPU consumption... and it it works for node 0.8.x!
On Thursday, January 31, 2013 3:39:58 PM UTC-8, Dan Milon wrote: > > > I was wondering if it is possible to use a core dump from a node > process running on linux as a post mortem debugging mechanism. > > Would smartos' MDB understand a core dump coming from a linux machine? > > Thanks, > danmilon. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
