-1

How can i debug JavaScript code in Visual Studio 2010 with MVC Razor projects?

mhd
  • 446
  • 5
  • 18

1 Answers1

0

JavaScript is ran in the browser rather than on the server, so it depends on which browser you're testing in. See this question:

How can I debug my JavaScript code?

Community
  • 1
  • 1
RyanB
  • 757
  • 4
  • 11