Debugging Unit Tests

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Debugging Unit Tests with Vistual Studio)
(Debugging Unit Tests with Vistual Studio)
Line 18: Line 18:
  
 
8) Execute unit tests from NUnit GUI and Visual Studio should let you debug at the chosen break points.
 
8) Execute unit tests from NUnit GUI and Visual Studio should let you debug at the chosen break points.
 +
 +
 +
Note: This seems to be an option for the Professional Editions of Visual Studio. The Express Edition (the free one) seems to have no Debug->Attach to Process option.

Revision as of 07:07, 3 January 2009

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.


Note: This seems to be an option for the Professional Editions of Visual Studio. The Express Edition (the free one) seems to have no Debug->Attach to Process option.

Personal tools
General
About This Wiki