Hacker News new | ask | show | jobs
by thaumasiotes 1211 days ago
> using a debugger is much _faster_ than adding a print statement and recompiling (then removing the print statement)

Don't remove the print statement. Leave it in, printing conditionally on the log level you set.