hi im itrying to debug javascript using vs2010
but i can't set breakpoints?
how can i do this? thanks
edit: ive used your tips, debugger etc... thanks guys. wow! i just noticed something, every time i try to call a function, no matter what function, in javascript, somehow jquery and ms ajax framework javascript captures it and checks if the document is ready (document.onready or other) and never returns the control back to the function im calling! why on earth is it doing this? i've never asked for it to!!!
all i have is references to these libraries, script/link references as you do on the top of your master page.
thsi is ridiculous, anyone have any ideas?