@RBT It is not often possible to interrupt into a debugger. E.g., webservers must serve requests within a finite length of time, or exist in multithreaded and/or server environments That may be hard to instrument, or maybe the bug could possibly be uncommon more than enough that a debugger just isn't a choice. Or you don't know what You are looking… Read More