So i'm using MonoDevelop (for some MonoTouch R&D) and have a Unit Testing class library using NUnit.
I have a single [TestFixture] and a couple of [Test] classes. I can run all the tests in one single go .. but i have no idea how i can DEBUG (as in, breakpoint + step through) an individual one.
How can I do this, please?

