Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Couldn't agree more, a proper debugger is not just a glorified printf.

Where I currently work there are two of us who actually leverage the debugger everyone else is using printf() style debugging.

I can find an issue faster in a codebase I've never seen than devs who've worked on it for years but in another part - the superpower? hit a breakpoint nearby and single step through it at high speed adding stuff to the watch list then repeating it and watching the watchlist mutate.



I really liked working with xdebug in my PHP days.

But in my experience JS debuggers (outside the browser and inside the IDE) were kinda brittle, probably because of all that bundling and compilation going on.


Funnily enough in this case it's exactly xdebug I'm talking about and yes, it is a really good debugger, Derick Rethans is a hell of a programmer.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: