简体   繁体   中英

Visual Studio 2013 - JS debugger triggered from a different app

I have been writing JavaScript inside this windows application called Magaya Explorer. I write 'debugger;' in the code. However, when I run the code it does not trigger Visual Studio 2013 debugger. Prior to this, I had windows 7 with VS2012. I have updated to windows 8 with VS2013 (not sure if made a difference) but now the debugger no longer is triggered in the code.

I tried the following below, but did not work:

http://msdn.microsoft.com/en-us/library/z959x58c.aspx

I also tried this one below, but I don't know which file is the debugger.

http://www.thewindowsclub.com/set-default-script-debugger-windows

None have worked so far... any feedback would be of great assistance.

Many thanks in advance.

在注册表中更新JustInTime调试器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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