VS2008 javascript debugger in usercontrol
In a VS2008 web project, I have a usercontrol with some javascript that I want to debug. When I try to set a breakpoint, I get "This is not a valid breakpoint location." I tried this on a regular aspx page and was able to set a breakpoint exactly.
Is there some kind of limitation for setting javascript breakpoints in usercontrols? Are there any settings that need to be changed?
thank
+2
source to share