@RBT It's actually not always achievable to interrupt into a debugger. E.g., webservers should serve requests in a finite length of time, or exist in multithreaded and/or server environments that might be difficult to instrument, or maybe the bug is likely to be scarce plenty of that a debugger is just not an option. Or you do not know what You are