Debugging using MbUnit / Gallio 3.1

When I use the [Debug] button in Gallio, breakpoints do not fall in my unit tests. Unit tests are written using MbUnit / Gallio. I am using MbUnit / Gallio version 3.1 build 397 with a beta version of Visual Studio 2010 2. Testing of the modules ends in Gallio Icarus, but they pass by breakpoints. I see the loading of symbol tables in VS, but it does not stop at the expected breakpoint, so I cannot debug it.

+5
source share
3 answers

From the Gallio Icarus menu, select "Tools" β†’ "Options", select "Settings", set the "Test Runner Factory" to IsolAppDomain or Local to get the debugger working.

+2
source

Is there anything in Runtime Icarus log? One of the problems that some people have is that you cannot debug using a Visual Studio instance under the administrator’s control from an Icarus instance that is not.

+1
source

Gallio Platform Target "x86", "Any CPU".

+1

All Articles