views:

31

answers:

1

"TestDriven.NET" has a great feature called "test with debugger". Is there anything like this in ReSharper?

Tried googling this, but can't find anything.

+5  A: 

If you mean, can you run a test in debug with breakpoints then yes you can do that in ReSharper.

http://www.jetbrains.com/resharper/features/unit_testing.html

Jonathan