Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 359
Cam Avatar asked Sep 12 '11 14:09

Cam


1 Answers

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"

like image 142
Cam Avatar answered Oct 01 '22 12:10

Cam