Zend Studio 8.0 Javascript 调试器能够调试 Jquery 吗?如何?

发布于 2024-10-31 16:56:49 字数 146 浏览 4 评论 0原文

如何使用 zend debuggger 调试 jquery.js 文件?是否有可能或 我只能调试纯 Javascript 文件

如果 js 文件包含在 phtml 文件中并且我正在调试控制器 php 文件, 。 我如何访问包含的 Jquery 文件并进行调试。

How can i debug a jquery.js file using zend debuggger? Is it possible or
i can debug only pure Javascript file

If js file included in phtml file and if i am debugging the controller php file.
How can i reach the included Jquery file and debug.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

得不到的就毁灭 2024-11-07 16:56:49

Zend Studio 8 中提供了 Javascript 调试: http://files.zend.com/ help/Zend-Studio/debugging_javascript.htm

如果您只需要调试 javascript 文件,我建议使用 firebug。如果您特别是在调试 jQuery,请确保您使用的是未压缩版本:http://code。 jquery.com/jquery-latest.js

Javascript debugging is available in Zend Studio 8: http://files.zend.com/help/Zend-Studio/debugging_javascript.htm

If you just need to debug a javascript file, I'd recommend using firebug. If you are debugging jQuery in particular, be sure you are using the uncompressed version: http://code.jquery.com/jquery-latest.js

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文