I needed to debug my javascript functions written in asp.net.
I am currently using chrome but its not going to the break point. If i put alert('Some message')
. I can see message displayed.
If someone has any idea how to use debugger for JavaScript in ASP.NET please let me know.
To Debug in chrome you need to do two things
Now when control of execution to statement where you wrote debugger the execution is paused for you to debug.
Here is an example for you to learn, Follow the instruction given in comments. How to debug in chrome