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.
Thursday, November 8, 2007
I've made a browser with vb.net, but when I open one of the web pages which has java script on it, the error java shows.is there a way to make the error disable or maybe enabling java on my browser aplication?I'm using AxWebBrowser1_Enter, vb.net component?
ReplyDeletethank you, regards