Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

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 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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/