Debug and execute current c# method in JetBrains Rider

1k Views Asked by At

I have recently moved to Rider (JetBrains), and looking for a tool/plugin similar to TestDriven.net

This allowed me to debug the method at cursor without having to setup unit tests or other projects to call the selected method.

Any alternatives would be appreciated. I am currently using NUnit and applying TestFixture and Test attributes to my functions which then show up in Unit Tests tab but this isnt ideal

1

There are 1 best solutions below

0
Ivan Shakhov On