Last Updated: February 25, 2016
·
1.694K
· docwes

Flex Debug session timing out in Firefox

So I noticed the version of Firefox i've been using with Flash Builder 4.5 is increasingly crashing my plugin when in debug mode which is hugely annoying and needless to say makes stepping thru a debug session a not so fun experience.
In case anyone else is interested what i did to fix this is simple:
(Use this at your own discretion im harmless if this blows your computer up :P)

  1. In your url bar type in "about:config" without the quotes.
  2. Locate the search field at the top of the document and enter: "dom.ipc.plugins.timeoutSecs" without the quotes.
  3. Double click on that item and set its value to what ever you'd like to increase the amount of time before it considers a plugin hung. 4 NOTE: if you change that value to -1 it should never time out.

2 Responses
Add your response

this is true, but also be aware that in some versions of Firefox, this change will cause the flash player plugin to crash when an exception popup is raised by the player outside of a debug session. I recommend that you also modify your mm.cfg file to surpress exception popups, to ensure maximum stability of your browsing platform, when NOT debugging.

over 1 year ago ·

Awesome tidbit thx for the tip~

over 1 year ago ·