如何使用Firefox时启用在Visual Studio 2008脚本调试 [英] how to enable script debugging in visual studio 2008 when using Firefox

查看:98
本文介绍了如何使用Firefox时启用在Visual Studio 2008脚本调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Firefox作为我的默认浏览器,我试图调试Java脚本在侧asp.net页面的Visual Studio 2008与Firefox浏览器。

I'm using Firefox as my default browser and I'm trying to debug java script in side asp.net page visual studio 2008 with Firefox browser.

如何使用Firefox时启用脚本调试在Visual Studio 2008?

how to enable script debugging in visual studio 2008 when using Firefox?

顺便说一句,我安装JavaScript调试器插件的Firefox。

by the way, I installed JavaScript Debugger plug-in for Firefox.

推荐答案

不幸的是有没有办法连接到非IE浏览器在Visual Studio中,除非有人知道一招我不要的。你会希望用无限有用扩展Firebug 中用于Firefox或功能更丰富的Venkman调试器

Unfortunately there's no way to attach to a non-IE browser in Visual Studio unless someone knows of a trick I don't. You'll want to either use the infinitely useful Firebug Extension for Firefox or the more feature rich Venkman debugger.

我有问题与被缓存在FF当你正在开发的脚本,所以我会建议作出频繁使用[CTRL] [SHIFT] +的快捷方式删除清除缓存。我使用的另一个技巧是插入

I have had issues with scripts being cached in FF while you're developing, so I would suggest making frequent use of the [CTRL][SHIFT] + Delete shortcut to clear your cache. Another trick I use is to insert

debugger;

到脚本,你要确保你进入调试器。我敢肯定,这个工程在Firebug并且也可以的Venkman。

into your script where you want to make sure you break into the debugger. I'm sure this works in Firebug and may also in Venkman.

快乐调试。

这篇关于如何使用Firefox时启用在Visual Studio 2008脚本调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆