1

How do I enable editing JavaScript files while debugging in Visual Studio 2013 This works in VS2010 by simply disabling Edit and Continue. This is useful as you can change the Javascript code then refresh the browser and the debugger remains connected improving development workflow. Just does not seem to work with my new VS2013.

Justin
  • 3,255
  • 3
  • 22
  • 20
  • What doesn't work? What happens? – SLaks Oct 30 '13 at 21:19
  • If is set a breakpoint in Javascript and then want to change some code, I can't. The file is read only. So i have to stop the debugger which requires restarting internet explorer. Its just cumbersome. I used to be able to make a change then save then refresh browser. – Justin Oct 30 '13 at 21:26
  • 2
    Seems to work for me. Make sure you are editing the source file and not the one loaded for debugging. I have seen it load another code panel at times for the attached process. – Thomas Harris Oct 30 '13 at 22:38
  • Looks like my AMD loader may be playing up. Maybe non-issue. Have [dynamic] on my .js files. – Justin Oct 31 '13 at 04:59

0 Answers0