|
How to Debug with MbUnit and Visual Studio
- Build your web project and ensure the build was successful.
- Set breakpoint(s) in your code.
- Start MbUnit.GUI.exe.
- Attach to the MbUnit.GUI.exe using Debug\Attach to Process...
- Switch focus to MbUnit GUI.
- Select and run tests.
|