How to debug Javascript error?

后端 未结 6 1924
囚心锁ツ
囚心锁ツ 2021-01-06 03:07

How to Debug java Script Error Using Firebug?

Duplicate

How can I set breakpoints in an external JS script in Firebug

6条回答
  •  独厮守ぢ
    2021-01-06 03:30

    you can put breakpoints in the code, and wait for the execution to hit them. Then you can walk in the code, and use watches to know the values of variables.

提交回复
热议问题