@RBT It isn't really often probable to interrupt into a debugger. E.g., webservers need to serve requests in a very finite amount of time, or exist in multithreaded and/or server environments That may be tricky to instrument, or the bug could be exceptional enough that a debugger is not a choice. Or you don't know what you're looking for.But statin… Read More