I'm trying to get javascript debugging working with IE9 and VS2010.
I've enabled debugging in IE9.
I've made sure that Silverlight debugging is disabled in the project settings.
And placed a breakpoint in my (Razor syntax MVC3) code.

And nothing happens when I run it :/
This has been happening for a few months now and over many projects, so it's not just that the breakpoint is never reached or something silly and code based.
I've tried:
Uninstalling and resinstalling IE9.
Making sure I have the latest MVC tools so the Razor editor is up to date.
Making the bare minimal amount of code required.
Following all the 'guides' I could find (which are all just variations on what I did above).
Doing the same thing on colleagues machines, and it works.
Manually setting a breakpoint with 'debugger;'. This causes the 'pick your debugger' windows to appear, and in that list I have new or existing VS instances except for the one running the site i.e. the one that would do the job.
IE is my default browser.
