在非IE浏览器中启用VS2012中的Web App调试

时间:2015-06-10 20:44:18

标签: javascript visual-studio-2012 visual-studio-debugging

在针对.net 4.5的继承的Visual Studio Ultimate 2012 WebApplication中,我有一个JavaScript函数,其中包含多个无法识别的断点。

我在管理员帐户中运行Windows 7 Home Premium并使用IIS Express。

我的Web.config报告我在项目Web.config文件中启用了调试:

<configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.5"/>
    <httpRuntime targetFramework="4.5"/>
  </system.web>
</configuration>

运行时,&#34; JavaScript控制台&#34;和#34; DOM Explorer&#34; DEBUG-&gt; WINDOWS菜单中的项目显示为灰色。

项目构建时没有错误或警告。

项目属性报告配置是&#34;活动(调试)&#34;并且平台是&#34;活动(任何CPU)&#34;。

在Chrome,Firefox,Pale Moon和VS&#34; Page Inspector&#34;中断点检测/操作失败,但在Internet Explorer中可以使用。

在“Internet选项”对话框的“高级”选项卡上,&#34;脚本调试&#34;未对Internet Explorer或其他进行禁用。

根据其他建议,我已经通过bin目录清空,重新启动VS,甚至重新启动计算机。

如何使用IE以外的浏览器调试Visual Studio?

0 个答案:

没有答案