I am debugging a website using firebug. The website opens a window, performs some operations and than closes it. This causes me to lose all of the firebug net history. Is there any way to prevent javastript from closing the window after its done, except changing the code?
I am debugging a website using firebug. The website opens a window, performs some
Share
I haven’t tried to use it, but there’s a settings in FF which supposedly lets you do what you wish.
Type about:config in the url bar and press enter. After a warning you’ll see the list of config options. Search for dom.allow_scripts_to_close_windows and set its value to false.