I have VS08sp1, Gallio 3.0.6.763 and TestDriven.NET 2.14. I use MBUnit framework for unit tests. When using TestDriven's Test With > Debugger, I am able to step into the code. However, I am unable to "Edit and Continue", despite this option being turned on in VS options. I get the following error message:
changes are not allowed when the debugger has been attached to an already running process
The project that is being unit tested is a windows class library and I can "Edit and continue" while running the library through the regular debugger. I would appreciate any help with getting "edit and continue" to work.
Thanks!