1

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?

1
  • You could kill the Visual Studio related threads in the Task Manager... maybe that would help Commented Oct 15, 2010 at 11:48

1 Answer 1

4

Go to Tools->Options, then expand "Debugging", click on "Just-In-Time" and uncheck "Script". That should do the trick.

Sign up to request clarification or add additional context in comments.

1 Comment

This didn't work. I tried restarting VS after changing the settings as well but I still get the same error message. Odd as that seems to be exactly the setting I would expect to change

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.