linux firefox flash debug: i don't get alerts when errors occur
- by ufk
Hello.
I use firefox 3.6.13 on linux gentoo amd64 and flash 10.2 debug version,
i also have firebug flashbug and flashfirebug installed.
my problem is that whenever I run a flash application that encounters an error, the browser does not open an alert window. it makes it more difficult to debug applications because i need to make sure that the firebug window is always opened. the only way i can see the error is if i open the flash tab in firebug. is there a way to change this behavior ?
i checked .xsession-errors and tried running firefox from console:
these are the only errors the i see in the log and these errors do not appear when the flash app encounters an error which means they are not related:
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory
thanks