On Wednesday, April 30, 2014 1:47:27 PM UTC+2, Álvaro G. Vicario wrote:
>
> El jueves, 10 de abril de 2014 15:30:36 UTC+2, neongrau escribió:
>>
>> Since i've switched to Firefox 29 Firebug is not showing any console logs 
>> anymore.
>>
>
> Same switch, same issue. In my case, console messages divide between 
> Firebug and Firefox console. Test code:
>
> <!doctype html>
> <html>
> <head><title>Test</title>
> <meta charset="iso-8859-1">
> <script type="text/javascript" src="
> http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";></script>
> <script type="text/javascript"><!--
> /**/console.log("jQuery/%s is ready", jQuery().jquery);
> jQuery(function($){
>     console.log("Document ready");
> });
> //--></script>
> </head>
> <body>
>
> </body>
> </html>
>
>
> "jQuery/1.9.1 is ready" goes to Firebug. "Document ready" goes to Firefox 
> (if enabled) or gets lost (if disabled).
>

Weird, I can see two logs in Firebug's Console panel every time I refresh 
the page

jQuery/1.9.1 is ready                 console.html (line 7)
Document ready                       console.html (line 9)

Any extensions installed in your case?

Honza

 

>
> Whoever figures out a workaround will be my hero.
>

>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/1cc70bff-4ea0-4ee2-af79-c3da74de64f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to