Zend Studio 8.0 Javascript 调试器能够调试 Jquery 吗?如何?
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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