@RBT It is not always achievable to interrupt right into a debugger. E.g., webservers must serve requests inside of a finite period of time, or exist in multithreaded and/or server environments that might be tricky to instrument, or maybe the bug might be uncommon enough that a debugger isn't really a possibility. Or you do not know what you're loo… Read More