问题描述
我正在寻找一种工具,使我能够在IE6中调试JavaScript 。我的意思是,我希望调试器在浏览器中运行, alà Firebug。
到目前为止我已经尝试过:
- ;
- ;
- 编辑器用于调试JScript,所以如果你安装了Office,你可以尝试一下。
I'm looking for a tool that will enable me to debug JavaScript within IE6. What I mean is that I would like the debugger to run within the browser, a là Firebug.
So far I've tried:
However, I can't figure out how to set breakpoints, step through the code, add watches, etc. using any of them. I've also tried using the MS Visual Web Debugger 2008 Express Edition, but it doesn't run within the browser and lacks features.
If any of the tools above do provide the JS debugging features I'm seeking, any tips on how to use them effectively would be welcome. Alternatively, feel free to recommend other tools.
Update: In addition to suggesting alternative tools, if someone could confirm that none of the tools above do support setting breakpoints and stepping through JS code in IE6, that would be very helpful.
解决方案Jonathan Boutelle has a good cheat sheet on getting the Microsoft Script Editor to work for debugging JScript, so if you have Office installed, you might try that.
这篇关于在IE6中调试JavaScript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!