Cam
Cam

Reputation: 1048

Why does Flex Debugging stop working after a while in Firefox 6 with breakpoints?

I was currently working on a flex application with debugging set to Firefox 6. I set a breakpoint and was checking some variables... next thing I know the browser says "flash player crashed." How do I set it up so breakpoints work for an extended period of time?

Upvotes: 5

Views: 1795

Answers (1)

Cam
Cam

Reputation: 1048

Just open firefox and type "about:config" - scroll down to dom.ipc.plugins.timeoutSecs - enter "-1"

Just open firefox and type "about:config" - scroll down to dom.ipc.plugins.timeoutSecs - enter "-1"

Upvotes: 13

Related Questions