Debugging in Production

Challenge: for a week, don’t use a debugger and only use the tools you can use to debug in production. What did you notice? What workflow changes did you make to get to the same level of productivity as before? Why abandon the debugger? The debugger has it’s place, but it can be a crutch to crafting well-thought-out software. As useful a tool as the debugger is, not being able to use a debugger reveals a lot about coding practices and processes. ...