Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How Can I debug on asp.net page?

Like javascript window.alert("sometext");

Thanks
Posted
Comments
Prasad Avunoori 18-Aug-14 3:02am    
Put break points then f10 or f11.

 
Share this answer
 
If you use Visual Studio, it has a debugger which works with Javascript. Just put a breakpoint. If you use a Web browser other than IE, you will need to configure it with Visual Studio.

—SA
 
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