Hacker News new | ask | show | jobs
by oblio 286 days ago
Most decent debuggers have condițional breakpoints.
2 comments

Not to mention tracepoints (logging breakpoints), which are functionally the same as printf but don't require compiling/restarting.
And have since the mid 1990s at least…