Search Unity

Resolved Unity Unit Test Tool Runner - How to debug my tests?

Discussion in 'Testing & Automation' started by KarlShifflett, Mar 10, 2015.

  1. KarlShifflett

    KarlShifflett

    Joined:
    Feb 27, 2015
    Posts:
    38
    I have Unity 5.0 and the latest test tools.

    I can run my tests, but can't figure out how to debug them using the runner.

    I can't execute the tests without the runner since the Unity environment is required and is provided by the test runner.

    Thank you for your help,

    Karl
     
  2. KarlShifflett

    KarlShifflett

    Joined:
    Feb 27, 2015
    Posts:
    38
    I figured it out. You have to attach the debugger, then run the tests.