Hacker News new | ask | show | jobs
by giacomocava 469 days ago
print debugging is the best debugging <3 Thank you for the kind comment!!
1 comments

Nah it's just the easiest and most reliable way. Usually anyway; sometimes you have extreme timing or space constraints and can't even use that. On microcontrollers I sometimes have to resort to GPIO debug outputs and I've worked on USB audio drivers where printf isn't an option.