简体   繁体   English

Java的调试/分析器工具?

[英]Debugging / analyzer tool for Javascript?

Please suggest if we can use any static analysis tools for Javascript? 请建议我们是否可以将任何静态分析工具用于Javascript? Can parasoft tool be used? 可以使用parasoft工具吗? Any tutorial on parasoft would be helpful. 关于parasoft的任何教程都将有所帮助。

Are there any other debugger alternative to Opera dragonfly? Opera蜻蜓还有其他调试器吗?

Thanks 谢谢
Sneha 斯内哈

Static analysis: 静态分析:

Debuggers : 调试器

The IE s have a few debuggers, some come with MS Office , some with Visual Studio , its sort of a mess, and I don't have great resources for that. IE有一些调试器,有些是MS Office附带的,有些是Visual Studio附带的,这很糟,我没有足够的资源。

Static analyzers for JavaScript are fairly limited because of the linkage patterns and dynamically defined objects. 由于链接模式和动态定义的对象,因此JavaScript静态分析器非常有限。

If you need to debug javascript for front-end web development, then the debugger that I find most useful is the IE9 debugger. 如果您需要调试JavaScript进行前端Web开发,那么我发现最有用的调试器是IE9调试器。 I am aware that there is a lot of bias against internet explorer, but the debugger is really good and when an exception is thrown you would actually get a window for it. 我知道对Internet Explorer存在很多偏见,但是调试器确实很好,当引发异常时,您实际上会获得一个窗口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM