Hacker News new | ask | show | jobs
by leni536 1202 days ago
> Breakpoints, oh my breakpoints

This is a good list, but one thing missing: catchpoints. Particularly useful with time travel debugging. catch throw + reverse-continue immediately tells you who threw an exception, and you can continue debugging from there.