Debug javascript Visual Studio 2013

Asked

Viewed 358 times

4

I need some help please.

Next I had a machine with Win 7 32bits and I was able to debug the normal javascript in Visual Studio 2013, put the breakpoint and it stopped pretty.

Then I switched to Win 8 64 bits and now I can’t, because it doesn’t stop at breakpoint.

When I installed the VS2013 in the new machine, I imported the old machine settings and everything came right. I even compared in TOOLS -> OPTIONS -> Debuging and everything is the same.

Detail that when I installed VS2013 on the previous machine, I did not need to configure anything. I saw in another forum that the update 2 of VS2013 solved, I installed the update 3 but it remains in the same.

Another thing is that I’ve already unchecked the option to disable the debugger in IE 11.

If anyone has an idea, I’d appreciate it.

  • Did you install update 2? or only 3?

  • It always has the browser’s Debugger too. In almost all of them you open it with F12.

1 answer

1

You can also debug javascript in VS 2013 by including the term "Debugger" in the javascript line you want debugging to stop.

debugger;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.