开发者

Javascript debugging in Firefox 3?

开发者 https://www.devze.com 2023-03-07 20:14 出处:网络
How can one 开发者_运维知识库find Javascript errors in Firefox 3? IE shows it by default, but how do you do it in Firefox? I do have Firebug, but no idea where to start?Open the error console.

How can one 开发者_运维知识库find Javascript errors in Firefox 3? IE shows it by default, but how do you do it in Firefox? I do have Firebug, but no idea where to start?


Open the error console.

Tools > Error Console or Ctrl+Shift+J.

(This is a standard feature in Firefox, you don't need Firebug to use it.)


just open firebug, if there is an error it shows you the error in the console

maybe you have to enable the console first

0

精彩评论

暂无评论...
验证码 换一张
取 消