Oct 16, 2021
When somebody talks about printf style debugging they don’t literally mean using only that specific function. It means any kind of statement which can cause a visualization of program state. When doing embedded programming I would do things like write to a serial connection for debugging. When I could not do that, I might setup LEDs to light up in different ways to indicate state. The point is to build your software and setup for testing.