Click here to Skip to main content
16,011,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a javascript function and it invoked. i would like to add debugger. i did apply breakpoint,i wrote debugger, i used attach process.but still its not come to the debug. Can anyone help me out.

Thanks,
Mangesh :-)
Posted
Comments
[no name] 29-Feb-12 8:47am    
What debugger are you trying to use?

I think you are trying to debug java script in visual studio.
we cannot debug javascript in visual studio try to debug it with your browser javascript runs in browser so we can debug or trace it through browser only as it is a client side scripting language use IE9 it is good for javascript debuging.
 
Share this answer
 
use alert in your javascript to check for the result.
 
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