currently setup vs 2008 and been doing “PURE” javascript debugging with eclipse… so i wanted to give vs 2008 a try and debugging “PURE” javascript… I have vs2008 sp1 and i have unchecked the “disable ie client sscripting” in the IE8…
I now set my breakpoint (in a .js file) and Attach process. and mark Internet explorer … but problem is .. it says it will never be hit…
anyway i tested it .. i load up my html in the browser WHICH I KNOW calls my js file.. but nothing happens, am i missing something?
Make sure you change Attach To to Script from the default which is Managed Code. This got me a few times.