
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Debug JavaScript in Visual Studio
To debug JavaScript in Visual Studio, follow the below-given steps −
- Open Visual Studio
- Select your project to be debugged in Solution Explorer.
- Right Click and select Browse With, and set a default browser.
Now, go to START and type Internet Options.
Above, uncheck both the options for Disable script debugging.
Click Apply, and then Ok.
Now set breakpoints in your JS file.
After that press the debug button in Visual Studio.
Advertisements