SpecFlow.xUnitAdapter
SpecFlow.xUnitAdapter copied to clipboard
Breakpoints in feature files ignored
Just noticed that in feature files I've converted to remove code behind, Visual Studio ignores break points set in the feature file when debugging.
Still works on breakpoints set in the code in the step definitions
@markdoth Yes, this is a known limitation. As far as I know, this can be solved by emitting a wrapper method call that uses the feature file position as the source reference, but I don't know the details yet.