1. Why using printf debugging when debuggers are available? Certain cases of socket, multi-threaded, or asynchronous programming make extremely difficult, by design, the use of debuggers or logging libraries. This is when printf debugging is the most useful. 2. Limitations of printf debugging The two main issues with printf debugging…
A blog by Emmanuel Goossaert