Saturday 3 July, 2010

Enabling Java script debugging + visual studio 2005

You can debug java script in visual studio 2005 by default. If your browser support java script debugging. For example Internet Explorer 7 provides this support.

You can go tools->Options-> Advance tab where you have two tick boxes.

1) Disable Script
Debugging(Internet Explorer)
2) Disable Script Debugging(other).

Untick the tick box and then you can directly debug your java script via visual studio 2005 directly just as you do with your asp.net server side code.

No comments:

Post a Comment