I am running vs.net 2008 with nunit runner.
If I set a breakpoint in the unit test code, it just runs the unit test in the runner.
I’m guessing I have to integrate nunit with vs.net somehow?
My unit tests are just a class library project, I cannot run the tests in vs.net 2008, I can only do it via the runner currently.
If you want to debug in your current setup (running nunit runner that has your assemblies loaded), do the following:
Ideally, I would change it to run nunit as an external program and supply your .nunit project file as the input. See here for more details.