Javascript Debug

来源:互联网 发布:开服装店知乎 编辑:程序博客网 时间:2024/05/16 01:54

Some of the best javascript debug tool is FIrebug in Firefox, developer tools in google chrome.

make sure preserlog upon navigation, if not, the log will be disappear.


make sure to check if there is any exception in console window before releasing apps. Client side javascript error often shows in the developer tools