SpecFlow.xUnitAdapter icon indicating copy to clipboard operation
SpecFlow.xUnitAdapter copied to clipboard

Breakpoints in feature files ignored

Open markdoth opened this issue 8 years ago • 1 comments

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 avatar Sep 22 '17 05:09 markdoth

@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.

gasparnagy avatar Oct 09 '17 07:10 gasparnagy