5

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?

Cam
  • 988
  • 1
  • 12
  • 25
  • 1
    Why are you asking if you found the fix, even if it is useful information? You should at least post the answer in a different post and mark it as correct. – Exort Sep 12 '11 at 15:04
  • I don't have a high enough "stack rating" so I can't answer my question for another 7 hours. – Cam Sep 12 '11 at 15:09

1 Answers1

13

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"

Cam
  • 988
  • 1
  • 12
  • 25