开发者

Debugging jquery / watching JS command as they are called

I am tr开发者_C百科ying to debug an existing app that uses jquery. I'm trying to find where a callback function is set for an onchange, but I cant find it anywhere, possibly due to the JS code being loaded via ajax (not my idea).

Is there a tool I can use, preferably a firefox or chrome plugin, that will let me get a list of JS calls that executed on my page?


Get Firebug.


If stepping through calls manually is enough for you, get the Firebug extension for Firefox.


I use Firebug when I'm in an environment (read: at work) that doesn't have access to Chrome. When I use Chrome, I use those tools, which are quite similar to what Firebug lets you do.

Overall, I find that Chrome = win.

Oh, and in Chrome, your Developer Tools (built in, no plugin needed) and/or Javascript tools do very nicely. Ctrl+Shift+J for the Javascript tools, IIRC.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜