I am trying to debug application which fails on me silently online. I am a 100% certain that I am running the flash debug player. To even make sure I am not losing it, i throw an Error ON PURPOSE. But flash shows not a single stracktrace in the browsers. I am kind of close of losing it. Any clues ? I am trying this on chrome, and firefox. WTH? Compiling with FDT, debug mode, even set the compiler argument debug=true. This is normally not the case. I think my computer is going nuts or something.
Share
Have you configured your debug player to log stuff to a file (see http://livedocs.adobe.com/flex/3/html/help.html?content=logging_04.html)?
Since I did that I never see any stacktrace or other error message from the debug player in the browser, instead it goes to a log file (that I tail). At least I think it is since I set that up.
There is also an undocumented SuppressDebuggerExceptionDialogs setting that sound like it could give the behavior you describe. More info at http://www.senocular.com/?entry=475 and http://jpauclair.net/mm-cfg-secrets/