JSFiddle problem

16 views
Skip to first unread message

Robert Means

unread,
Dec 26, 2015, 4:20:41 PM12/26/15
to Firebug

I enabled firebug lite in JSFiddle by choosing JQuery(edge) and clicking the little checkbox. If I have an error free piece of javascript I get console.log() no problem. However, if there is a problem with my script nothing gets set to the console, even if the console.log is before the portion of code with error. What am I missing?

Thanks

Sebastian Zartner

unread,
Dec 27, 2015, 9:05:11 AM12/27/15
to fir...@googlegroups.com
Firebug Lite is not maintained for years. You should rather use the Firebug extension or the built-in DevTools.
Also note, that when you have a syntax error in your file, you'll only see that error logged to the console but no console.log() output, because the file couldn't be parsed and executed.

Sebastian

On 26 December 2015 at 12:52, Robert Means <robert.m...@gmail.com> wrote:

I enabled firebug lite in JSFiddle by choosing JQuery(edge) and clicking the little checkbox. If I have an error free piece of javascript I get console.log() no problem. However, if there is a problem with my script nothing gets set to the console, even if the console.log is before the portion of code with error. What am I missing?

Thanks

--
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+u...@googlegroups.com.
To post to this group, send email to fir...@googlegroups.com.
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/86194e7b-85bc-4912-8e76-339d98a0bf53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages