I'm working on a .net 3.5 website, with 3 projects under one solution. I'm using jquery in this project. I'd like to use the visual studio javascript debugger to step through my Javascript. If I set a breakpoint in any of the .js files I get a warning that says "The breakpoint will not currently be hit. No symbols have been loaded for this document."
Anyone have any ideas on how to fix this? I'm guessing that VS is having some trouble parsing through some of the jquery code. I will try to replace the minimized version of jquery.js with the expanded version, but I don't think that will fix it.