1

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!

Shane
  • 3,051
  • 3
  • 40
  • 45
  • 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 Answers2

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
  • 1
    I 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