Link to home
Start Free TrialLog in
Avatar of dk9292
dk9292

asked on

Free debugger for VB.NET and java script.

Can any please suggest any free tool to debug the VB.NET and java script application.

Environment . VB.NET 2005,, Visual studiio 2005, SQLserver 2005.
My appllication is full of java script and VB.NET and difficult to debug. Please suggest any  free tool to debug
Avatar of rockiroads
rockiroads
Flag of United States of America image

Use firefox instead of IE then you can make use of Firebug  http://getfirebug.com/
Visual Studio also has its own debugger for debugging backend code. Add breakpoints on event handlers and see for yourself
an alternative javascript debugger is venkman's debugger http://blogs.techrepublic.com.com/programming-and-development/?p=425
ASKER CERTIFIED SOLUTION
Avatar of revaluser
revaluser
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Features of firebug
Inspect HTML and modify style and layout in real-time
Use the most advanced JavaScript debugger available for any browser
Accurately analyze network usage and performance
Extend Firebug and add features to make Firebug even more powerful
Get the information you need to get it done with Firebug.

I use firebug for checking the html. Used in firefox there is a little icon on bottom right of browser. Click that and the html code appears (window underneath  - as well as the choice in a new window)
You can see the javascript code from here and add breakpoints.
You can change the code and see what it looks like also.

Sorry, you can make use of the express editions of Visual Studion 2005 and 2008.
Avatar of dk9292

ASKER

excellent