I am trying to debug the client side code (like JQuery code, JavaScript code) from within visual studio.
Wondering how i can do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to enable debugging in Internet Explorer. In Internet Options there’s an option, checked by default, called “Disable Script Debugging (Internet Explorer).” Uncheck this option and close Internet Explorer.
After that, you can use VS to attach to a running instead of IE and set breakpoints in the code. The full features of VS’s debugger will be available and it works great.