I'm running MonoDevelop 2.4. I would like to debug a test assembly with NUnit 2.5.10, but I failed. The Nunit-plugin in MonoDevelop runs a version of NUnit which is incompatible with my tests.
I don't need the nunit-plugin integration; I am after the ability to debug tests, so running the tests with external app (nunit-console.exe) would be enough for me.
I tried specifying external tools, 'Execute' action and other configuration settings but all I achieved was being able to run nunit-console from within MonoDevelop, but the debugger isn't started.
With the 'Attach to process' functionality removed from MonoDevelop I feel stuck (with 'Attach to process' I could attach to NUnit-Gui).
Thanks in advance Tymek