firefox-devel.rst
changeset 879 77619a223f34
parent 876 91658c72d15f
child 968 bd872153f00d
equal deleted inserted replaced
878:719703185d67 879:77619a223f34
   135 Firefox 3.x require set preference 'javascript.options.showInConsole' to 'true' which is
   135 Firefox 3.x require set preference 'javascript.options.showInConsole' to 'true' which is
   136 default value fro Firefox 4.x.
   136 default value fro Firefox 4.x.
   137 
   137 
   138   https://developer.mozilla.org/en/Components.utils.reportError
   138   https://developer.mozilla.org/en/Components.utils.reportError
   139 
   139 
       
   140 * Native Firefox debugging.
       
   141 
       
   142 ** Adding symbols from Symbol Server.
       
   143 
       
   144 Execute in WinDbg:
       
   145 
       
   146   .sympath SRV*c:\symcache\*http://msdl.microsoft.com/download/symbols;SRV*c:\symcache\*http://symbols.mozilla.org/firefox
       
   147 
       
   148 or Ctrl+S and add:
       
   149 
       
   150   SRV*c:\symcache\*http://msdl.microsoft.com/download/symbols;SRV*c:\symcache\*http://symbols.mozilla.org/firefox
       
   151 
       
   152   https://developer.mozilla.org/en/Using_the_Mozilla_symbol_server