Visual Studio 2010 script debugger doesn't work for me

后端 未结 8 503
礼貌的吻别
礼貌的吻别 2020-12-14 06:23

I just installed VS 2010 Beta 2 and wanted to play with an ASP.NET MVC 2 project. I simply added some script (alert(\'hello\');) into the Home controller\'s in

相关标签:
8条回答
  • 2020-12-14 07:03

    CTRL+Alt+P (Attach to Process), select IE, select 'script' for the debugging type.

    0 讨论(0)
  • 2020-12-14 07:06

    To resolve this go to the Project's Properties and select "Start Options". Then Check the Native Code Check Box. and Uncheck the Silverlight Checkbox because both options not works together.

    0 讨论(0)
提交回复
热议问题