mrclay.org
Pass all the Breakpoints
When modifying a system without adequate tests, I found it helps to include debugger breakpoints in my manual testing checklist: For each change I make, I add a breakpoint after the modified line, …