Hacker News new | past | comments | ask | show | jobs | submit login
I Use a Debugger (pnkfx.org)
2 points by lukastyrychtr on Jan 14, 2022 | hide | past | favorite | 1 comment



Really nice article. I don't understand why debuggers need defending to be honest, seems to be a new cool kids thing. Sure, logging should never be neglected just because you can see the program state while debugging.

I use them in my normal programming workflow. It can also be useful to analyze runtime behavior in a multi-threaded environment if you have the ability to stop threads and pause their execution. Wouldn't be the first time I found bugs through that. And even the simplest debuggers give you insight, but be aware they they do modify runtime behavior, especially if your program communicates with any periphery or general input/output.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: