Code samples for talk on debugging node.js applications given at the Node.js in the wild meetup on Apr 17, 2013.
Slides available at http://life.neophi.com/danielr/files/DebuggingNodejsApplications.pdf
To run the sample code:
git clone https://github.com/NeoPhi/debugging.git
cd debugging
npm install
# see src/* for per file instructions
Copyright (c) 2013 Daniel Rinehart. This software is licensed under the MIT License.