Debugging JavaScript with Web Console.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 29 Oct 2012 14:33:58 +0200
changeset 1405 c761842c6d90
parent 1401 20910c04cbd7
child 1406 7633a716e000
Debugging JavaScript with Web Console.
firefox-devel.rst
--- a/firefox-devel.rst	Mon Oct 22 16:38:00 2012 +0300
+++ b/firefox-devel.rst	Mon Oct 29 14:33:58 2012 +0200
@@ -92,7 +92,9 @@
 
 Debugging JavaScript with Web Console.
 --------------------------------------
-::
+
+Instead of "Error Console" (press Ctrl+Shift+J) use "Web Console" (press
+Ctrl+Shift+K) in Firefox >=4.0::
 
   'console.log()', 'console.info()', 'console.warn()', 'console.error()'.