Reputation: 6132
I've been using the above tool for some time now but recently I've had an issue when trying to debug javascript. I get the following message:
Unable to attach to process. Another debugger might be attached to the process
Visual studio seems to be debugging the javascript for me, which I don't want it to do. Any idea how I stop this?
Upvotes: 1
Views: 999
Reputation: 24125
Go to Tools->Options, then expand "Debugging", click on "Just-In-Time" and uncheck "Script". That should do the trick.
Upvotes: 4