I just started using TestDriven.NET to debug on my tests, here is my setup
TestDriven.NET 2.17
VS 2008 SP1
Windows XP
The problem I run into is on exception it keeps stepping into the .NET Framework source code. I checked Tools > Options > Debugging and "Enable .NET Framework source stepping" is not checked and "Enable Just My Code (Managed only)" is checked.
I right click on the test case and run debug with TD.NET.
So, how do I turn this off, so on exception it doesn't go into .NET Framework source?
Thanks, Ray.