Is there any way to stop Safari (Version 5.1.1 on OS X Lion) from killing flash while I'm in the middle of debugging with Flash Builder 4.5.1? It's driving me absolutely insane!
Asked
Active
Viewed 1,371 times
1
-
I finally figured out a fix for this... I know this is an old question but you prob still can't debug with safari... so see my answer on the post mentioned in answer 2 below. IT WORKS! – Jason Reeves Nov 30 '12 at 04:02
-
Possible duplicate of [Flash Builder 4.5 debugger terminates | Safari](https://stackoverflow.com/questions/7478465/flash-builder-4-5-debugger-terminates-safari) – Gert van den Berg May 14 '18 at 08:01
2 Answers
1
If using Firefox instead of Safari is an option, you can set dom.ipc.plugins.timeoutSecs to to -1 in the about:config page to disable the timeout.

Lars Blåsjö
- 6,118
- 2
- 19
- 23
-
1I can use all browsers, however Safari is much smoother when developing in Flash. Surely there must be a way to do this in Safari? – Shane Nov 03 '11 at 00:40
0
You can refer to: Flash Builder 4.5 debugger terminates | Safari
If Chrome is an option: http://helpx.adobe.com/x-productkb/multi/error-plug-unresponsive-google-chrome.html
Specifically for Safari: no configuration switches, use SafariNoTimeout, but Requires Mac OS X 10.2 through Mac OS X 10.3.6. And is NOT compatible with Mac OS X 10.6 Leopard.

Community
- 1
- 1

arieltools
- 1,136
- 3
- 15
- 21
-
Thanks, but as I said, I'm on OS X Lion (10.7+), so SafariNoTimeout doesn't work. Still unsolved. – Shane Mar 24 '12 at 05:14
-
Same here, so I ended up not using Safari for debugging. Firefox works just fine for my needs. – arieltools May 11 '12 at 05:32
-
unsanity.com is timing out for me... (Seems down) (And it seems to not be an option on any somewhat recent OS X versions....) – Gert van den Berg May 14 '18 at 08:00