ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Unable to see breakpoint when code coverage is active #123

Closed Franklin89 closed 6 years ago

Franklin89 commented 6 years ago

Even though there is a breakpoint set and it gets hit while debugging, it is not displayed if watching a file.

image

After removing the watch: image

Franklin89 commented 6 years ago

Just saw #95. Guess that is still the same issue then?

ryanluker commented 6 years ago

@Franklin89 yes, based on my knowledge the api hasnt improved for this but I can take a look with the re-architecture work to see if there is a way to play nicer with the breakpoint. Not sure if you saw but in the meantime you could use this approach https://github.com/ryanluker/vscode-coverage-gutters/issues/87#issuecomment-316275141.

Franklin89 commented 6 years ago

Thank you for that @ryanluker

ryanluker commented 6 years ago

@Franklin89 looked into this and didnt find anything new from microsoft but they did mention extending the decoration system (what I use to make the coverage lines, vs the gutter coverage which is simply image icons) to the gutters so that should help with this in the future!