JavaScript调试在Visual Studio 2010中不起作用 [英] JavaScript debugging not working in visual studio 2010

查看:119
本文介绍了JavaScript调试在Visual Studio 2010中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将互联网浏览器的等级降级了从ie 10到ie9.因此,Java脚本调试器无法在Visual Studio 2010中工作.我从程序和功能中删除了Internet Explorer,然后安装了64位版本 Windows 7上的ie9的代码.我可以使它工作吗?

Hi there i have downgraded internet explorer  from ie 10 to ie 9. As a result of this the java script debugger is not working in visual studio 2010.I have removed the internet explorer from the program and features and then  installed 64 bit version of the ie9 on windows 7 .how  can i make it work?

我尝试过的事情:

  1. 取消勾选 span>禁用脚本调试(Internet Explorer)
  2. regsvr32.exe %ProgramFiles(x86)%\ Common Files \ Microsoft Shared \ VS7Debug \ msdbg2.dll"命令.
  3. 在调试选项中附加ie进程.
  1. untick Disable script debugging (Internet Explorer)
  2.  regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll" command.
  3. Attaching the ie process in the debug options.


谢谢

推荐答案

  1. 当您通过按"F5"从Visual Studio直接运行应用程序时,会收到任何错误或警告.
  2. 您是否尝试过重置IIS?
  1. Do you get any error or warning when you directly run the application from visual studio by pressing "F5".
  2. Did you try resetting the IIS?

很抱歉提出一些非常基本的问题

Sorry to ask some very basic question

  • 您的Windows 7 OS是64位吗?因为我使用Windows 7 Professional(32位)以及Visual Studio 2010和IE 9.0,所以它可以正常工作.我也以管理员权限运行Visual Studio

  • Is your windows 7 OS 64 bit ? Because i use Windows 7 Professional (32-bit) and Visual studio 2010 and IE 9.0, it works without issues. Also i run the visual studio with administrator privileges

您是否有机会研究以下讨论同一问题的主题,

Did you get chance to look into the following threads which discussion about the same issue,

如果启用Silverlight调试,则会完全禁用ASP.NET调试.在项目的属性中取消选中Silverlight调试->网络重新启用调试- http://social.msdn.microsoft.com/Forums/zh-CN/6809f828-09b9-4e3e-a8f2-cbde2c4c69b4/unable-to-debug-javascript-in-vs2010?forum=vsdebug

if you enable Silverlight debugging, it completely disables ASP.NET debugging.  Unchecking Silverlight Debugging in the project's Properties --> Web re enables debugging - http://social.msdn.microsoft.com/Forums/en-US/6809f828-09b9-4e3e-a8f2-cbde2c4c69b4/unable-to-debug-javascript-in-vs2010?forum=vsdebug

谢谢



这篇关于JavaScript调试在Visual Studio 2010中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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