Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

How logging console.log from javascript (F12) to file ?

  • 7 antwurd
  • 2 hawwe dit probleem
  • 18 werjeftes
  • Lêste antwurd fan cor-el

more options

I'm developed some program with localhost and i want to know Firefox can logging console.log() from javascript like Chrome --enable-logging that can log console.log() to file output without modify javascript code ?

I'm developed some program with localhost and i want to know Firefox can logging console.log() from javascript like Chrome --enable-logging that can log console.log() to file output without modify javascript code ?

Bewurke troch TaeCPE op

Alle antwurden (7)

more options

This was discussed years ago, but to the best of my knowledge, it was never added. It's a good idea though.

more options

Hello, I don't now if is complete answer to your question but for analyze HTTP request you can use Save all as HAR. Woow! Googling a little I found something interesting I don't know about this before but helping others actually helps yourself :)

https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging Have a nice day

Bewurke troch AnnaSycamore op

more options

Dear Branton,

Dose firebug can use in current version firefox ? But as i read in that discussion that tell me to copy by hand.

more options

Dear Anna,

Yeah I had use this but it’s logging only http activity not console.log from JavaScript or I wrong ?

more options

Firebug was a spectacular extension, but it's no longer compatible with Firefox Quantum, so you can't use it anymore. I don't think it had the ability to save the log to a file either to be honest.

The Firebug project isn't around anymore though. I believe that the advanced features that Firebug had were moved into the builtin Firefox developer tools.

more options

A personal recommendation : Use Visual Studio Code It has IntelliSense and debugging tools for Javascript too It's an extraordinary editor with many features for a great variety of scripting languages. In my humble opinion offer more than Sublime Text and is completely free. Now, returning to your question: For Firefox I found this:

A suggestion to use right click in console panel, save your object as a local variable and copy it to your favorite editor I try it but don't  work for me! 

Another tool http://bgrins.github.io/devtools-snippets/#console-save see console.save It work but seems a little outdated to me. And for mobile and web app remote debugging I found this tool Jsconsole https://jsconsole.com/ A little tutorial here: https://www.youtube.com/watch?v=BEo8oJYey-M Hope this help, Have a nice day,

more options