1

I have set Mozilla Firefox as default browser and and MVC 2 web app when debugged from Visual Studio starts in Mozilla, I have checked Script option in Visual Studio debugging settings but it still does not want to stop an any break point in JavaScript. It says:

"The break point will not currently be hit. No symbols have been loaded for this document"

When using IE8 instead of Mozilla Firefox it stops on the break point.

The break point is set on button click event function.

What could be causing the problem?

1 Answer 1

1

You can only use the IE browser in this way as different browsers have different API's for debugging. You can launch firefox, chrome etc when you run your project but not step through javascript.

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

Comments

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.