Using FireFox as your main browser when developing on Windows means that by default you end up getting loads of tabs for all your canceled debug sessions. In order to prevent this behavior simply type in
about:config
into the address bar and do a search for
browser.link.open_external
then change it's value from 3 to 1; this will make your flex debug session always appear in one tab.
November 16, 2009
Forcing Firefox to open Flex in the same window
1 Comment »
RSS feed for comments on this post. | TrackBack URI
Hi
Thanks for the tip, firefox changed some of the names.
This config is now : browser.link.open_newwindow
Value seems to be similar – change from 3 [default value when I checked] to 1.
Comment by XavierBlueIce — January 12, 2010 @ 10:47 am