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 toggle break point when enable line coverage #350

Closed findNextStep closed 2 years ago

findNextStep commented 2 years ago

Describe the bug

when enable config "coverage-gutters.showLineCoverage" the break point is not avaliable image

Expected behaviour the break point line should not been cover

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

ryanluker commented 2 years ago

@findNextStep Thanks for the ticket! This is a known limitation that has come up before, see the workarounds here and previous discussions here.

Using Breakpoints: Currently to both use the extension and code debugging breakpoints you need to disable the gutter coverage and enable the line coverage via the settings ( coverage-gutters.showGutterCoverage and coverage-gutters.showLineCoverage respectively).