How to debug javascript or vbscript in .Net?

Showing Answers 1 - 4 of 4 Answers

hari charagundla

  • Jan 5th, 2006
 

For debugging the client side script enable the debugging in IE.a. Open Microsoft Internet Explorer.b. On the Tools menu, click Internet Options.c. On the Advanced tab, locate the Browsing section, clear the Disable script debugging check box, and then click OK.d. Close Internet Explorer.

  Was this answer useful?  Yes

AnwarCool

  • May 8th, 2008
 

You are right, in addition that it's always good to place your script in .js file with in your project so that u can place a break point and step through the code.

In addition ,you can ceven attach worker process and select the 'code type' as script.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions