On 1/8/2013 4:18 PM,
jan....@gmx.net wrote:
>
> hi at all!
>
> thank you for your feedbacks!
>
> it's a bit complicated, but not impossible for to compile it...
>
> there is no other way to run firefox (public production release) in debug mode?
>
> so i saw, there is a paramter "-console", that starts a debug window when firefox starts. but i can't see any messages there. (no infos, warnungs, errors, whatever...)
>
> the reason that i want some debug messages is because sometime i have problems with firefox, it's not able to save images. (when i chose "Save images as...", NOTHING happens...)
>
No, most debug checks are discarded at compile-time in release builds
because they make code slower. You can, however, debug them in a
debugger using our symbol server:
https://developer.mozilla.org/en-US/docs/Using_the_Mozilla_symbol_server
-Ted