Every time I try to set a debug point in Javascript, eietehr in Design mode or during runniong, I get an error:
trying to set a breakpoint in javascript: this is not a valid location for a breakpoint
When I go to the VS2010 options screen in the section "Debugging Just In Time", I see that Managed, Native and Script are selected,
I also posted the line "debugger"; in the first line of the javascript function, which is called, but the gap never hits.
In Web.Config (although this is probably for compiled code :):
<compilation debug="true
I am experiencing this problem on a new machine ... Can it help?
Edit: I left a huge detail:
Google Chrome is my default browser.
(I'm trying to debug the error only for Chrome.)
Should I resort to debugging tools other than VS2010? I think it should work. We hope too, huh ??
javascript debugging google-chrome windows-7 visual-studio-2010
Chadd
source share