vs2010: trying to debug javascript using Chrome: this is not a valid location for a breakpoint vs2010: trying to debug javascript using Chrome: this is not a valid location for a breakpoint google-chrome google-chrome

vs2010: trying to debug javascript using Chrome: this is not a valid location for a breakpoint


visual studio only debugs js running in IE, as far as I'm aware. chrome has a console-type debugger which I have no idea how to use- it's available from the page icon>developer>javascript console. you could also look into chrome extensions to see if anyone has created a nicer debugger. i know there's a firebug extension available but i'm not sure what features it offers.

if all else fails:

alert('made it this far!');