[flexcoders] Debugging help (or how to find un-debuggable bugs)

2007-12-01 Thread Mike Krotscheck
I am currently trying to debug an intermittent bug within our application that causes a browser crash. Not just a hey, the application threw a runtime error, I mean a do-not-pass-go, do-not-output-useful-debug-stack, do-not-write-useful-info-to-log, .ocx illegal exception that kills the browser.

Re: [flexcoders] Debugging help (or how to find un-debuggable bugs)

2007-12-01 Thread Ralf Bokelberg
A technique, which worked for me in the past, is to reduce the code as much as possible. Cheers Ralf. On Dec 1, 2007 10:10 PM, Mike Krotscheck [EMAIL PROTECTED] wrote: I am currently trying to debug an intermittent bug within our application that causes a browser crash. Not just a