Like all programming platforms, programs running on node are susceptible to bugs. Being able to deal with this quickly and effectively is a great skill.
This talk will follow the evolution of debugging tools. All the way from cave man debugging to the latest in hipster tools. It will cover
console.*
using node-inspector to debug application state
helpful stack traces
debugging memory leaks with node-webkit-agent and node-heapdump
Named objects vs object literals
Making logs more helpful by matching requests to logs.
Like all programming platforms, programs running on node are susceptible to bugs. Being able to deal with this quickly and effectively is a great skill.
This talk will follow the evolution of debugging tools. All the way from cave man debugging to the latest in hipster tools. It will cover