Still using CS10 Builder. Is there a way to obtain a stack trace of the current execution without causing a trace exception? This would be incredibly useful to troubleshoot a problem we have on a production system that consists of messages coming from an unknown source. I'd like to cause the message code to log a stack trace every time it executes so that I can see where it's getting called. And I don't want to intentionally cause a trace file because it will interrupt execution. But a quick patch to enhance logging is perfectly doable.