How to Debug Anything
James Golick of PackageCould.io tells us how...
James Golick of PackageCould.io tells us how to debug anything. I probably should have been more familiar with strace
, but the presentation is worth it just for the following command:
sudo strace -ff -s 2048 -p <PID>
Bonus, package cloud looks pretty cool.