Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I debug JavaScript and other script code in my application using Visual Studio .Net?

0
0 Posted

How do I debug JavaScript and other script code in my application using Visual Studio .Net?

0
0

1) In IE go to Tools/Internet Options…/Advanced Tab and clear the “Disable Script Debugging” check box options. 2) In VS.Net in your project properties dialog, select “Debugging” under “Configuration Properties” and make sure that “Enable ASP.Net Debugging” is turned on. 3) You can then set break points in script code in VS.Net in custom script files or the application aspx file. 4) VS.Net should give you detailed debugging information for variables in the scope just like other high-level languages.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123