I have a large flex application using pureMVC. Its a flex based media portal, sort of like a Flex based "yahoo". its loads lots of different modules that I did not write, I built the framework.
Some of these modules load flash swf's which sometimes have script timeouts, so when I'm trying to debug, I'm constantly interupted by "script timeout" exceptions that halt the main thread and stop me whever I'm stepping through the code, after dealing with it I have to click "resume" in the debugger and start over, its very frustrating. If you change your main application script timeout to 60 seconds it has no effect on loaded modules, and the module mxml tag has no provision for extending or ignoring the script timeout exception.
If anyone has figured out some voodo to solve this annoying issue I'd be most interested.
Comments