Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

How do I get the javascript console to show? On other browsers its possible to type in "about:debug" at it appears at the top, this is not the case for firefo

  • 2 përgjigje
  • 1 e ka hasur këtë problem
  • 7 parje
  • Përgjigjja më e re nga Kevin

more options

I would like to see the console.log statement in my javascript code. In the android browser this is possible by issuing "about:debug", however this did not work in firefox. Does anyone know how to display the javascript console in firefox?

I would like to see the console.log statement in my javascript code. In the android browser this is possible by issuing "about:debug", however this did not work in firefox. Does anyone know how to display the javascript console in firefox?

Krejt Përgjigjet (2)

more options

Gecko will output Javascript warnings, information and errors through the system Android logging mechanism. You can run logcat through the Android Debug Bridge (available as a tool in the Android SDK) in order to see output.

more options

The better way to access the error console is via the Firefox remote debugging tool. You will need a copy of desktop Firefox and Firefox for Android. Then follow the directions at http://starkravingfinkle.org/blog/2012/10/firefox-for-android-remote-web-console-is-here/