Click here to Skip to main content
16,012,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
pls tell me how to debugg javascript in asp.net

i know only using alert for debugging .

Is there any other way like using breakpoint
Posted
Comments
Sandeep Mewara 31-Jul-12 13:59pm    
Which Visual Studio version are you using?

1 solution

Yes - the best way is to download chrome, right click and choose 'inspect element', then go to the scripts window, find your script and set breakpoints, etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900