简体   繁体   English

如何在Visual Studio 2015 RC中调试JavaScript?

[英]How to debug javascript in visual studio 2015 RC?

I want to debug javascript in visual studio 2015. I know how to do that in visual studio 2010 as explained in this video . 我想在Visual Studio 2015中调试JavaScript。我知道如何在Visual Studio 2010中进行调试,如本视频所述 It say that I should detach all processes first and run the application in Internet Explore. 它说我应该首先分离所有进程,然后在Internet Explorer中运行该应用程序。 However, I can't find the option (detach all) in visual studio 2015. Is there any other method that can be used to debug javascript ? 但是,我在Visual Studio 2015中找不到该选项(全部分离)。是否可以使用其他方法来调试javascript?

When you run in VS 2015 Debug mode, you will see 'Detach All' under the Debug in the main menu 在VS 2015调试模式下运行时,您会在主菜单中的调试下看到“全部删除” 在此处输入图片说明

I can't find the option (detach all) 我找不到选项(全部删除)

This option shows in debug menu after you attach debugger to any process first. 将调试器附加到任何进程之后,此选项显示在调试菜单中。

Client-Side Script Debugging 客户端脚本调试

How to: Attach to Script 如何:附加到脚本

How to: Enable and Start Script Debugging from Internet Explorer 如何:从Internet Explorer启用和启动脚本调试

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM