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).

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 [email protected].
To post to this group, send email to [email protected].
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/ff6d1979-ced4-471c-af5b-a8b6bff3d194%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to