I am just getting to grips with SpecFlow, and I am trying to create my own implementation of IUnitTestGeneratorProvider
in order to override how the test classes are generated.
I'd like to know if it is possible to debug this file. As far as I can tell, the code in the file gets executed on build, and so whenever I start to debug, the code is executed before the debugger is ready.
Is this assumption correct? And can anyone tell me if and how they have successfully debugged an implementation of IUnitTestGeneratorProvider
?