DEV Community

Discussion on: Be a Debugging Detective!

Collapse
 
dougajmcdonald profile image
Doug McDonald

Great article Matt, I like the down the rabbit hole section in particular, I use a version of this where I set my debugging expectations as a series of breakpoints in what I expect to be called at high level boundaries and validate the inputs at each boundary. Sort of targeted divide and conquer!