Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

js debugger

Status
Not open for further replies.

LonnieJohnson

Programmer
Apr 16, 2001
2,628
US
Is there anything in VS2005 that allows you to debug a java script module?

ProDev, MS Access Applications
Visit me at ==>
May God bless you beyond your imagination!!!
 
If you use the Firefox browser, there's a Javascript console built-in (in the Tools menu) that's excellent.

Lee
 
Yes there is. You can use this method:


Or alternatively, I think you can add a "debugger" keyword to your javascript i.e.
Code:
<script type="text/javascript">
debugger;
</script>

Personally, I much prefer the first method.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
VS comes with Visual Interdev - one of the best JS debuggers (for IE) that I've used. Much better that the heap of dung free offering from MS, anyway!

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top