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

Cannot click in gutter to add a breakpoint #166

Closed mitchellsimoens closed 6 years ago

mitchellsimoens commented 6 years ago

When I have the coverage shown (so lines and gutters are colored per lcov report), I cannot click in the gutter to add a breakpoint.

For example, in the follow screenshot, if I click on a line within the red block, no breakpoint will be added but if I click on a line without a red block a breakpoint is added:

screen_shot_2018-09-06_at_2_54_52_pm

Am using v2.1.1 of this extension with VSCode 1.27.1 on macOS 10.13.6.

ryanluker commented 6 years ago

@mitchellsimoens You can get the breakpoints back by following the tips and tricks section on how to use the line based coverage over the gutters one https://github.com/ryanluker/vscode-coverage-gutters#tips-and-tricks. Hopefully that helps!

mitchellsimoens commented 6 years ago

Oh right on, actually tried to disable the gutter but had to restart vscode to get that to take hold. Thanks for the extension!