Debugging Unit Tests

From OpenSimulator

Revision as of 04:57, 3 January 2009 by Tlaukkan (Talk | contribs)

Jump to: navigation, search

Debugging unit tests is useful for both test driven development and resolving build failures.

Debugging Unit Tests with Vistual Studio

1) Download and install NUnit which includes NUnit GUI.

2) Start NUnit GUI

3) Enable Visual Studio Support from Tools->Options-IDE Support->Visual Studio

4) Open project and choose the test dll you want from OpenSim/bin directory (for example OpenSim.Data.MySQL.Tests.dll)

5) Open your OpenSim solution to Visual Studio.

6) Attach NUnit GUI process to Visual Studio by choosing Debug -> Attach to Process.

7) Set break points in visual studio.

8) Execute unit tests from NUnit GUI and Visual Studio should let you debug at the chosen break points.

Personal tools
General
About This Wiki