Debug your way into docker containers — What is a Debugger? For any developer, the debugger is the best friend. One can easily find bugs in software with a debugger. One can add a breakpoint to pause execution. Secondly, one can also add logic to a breakpoint to halt the execution. As an example, consider a for loop having 1,000 iterations…