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

Breakpoints #362

Closed anthonyc4 closed 2 years ago

anthonyc4 commented 2 years ago

When using Coverage Gutters, I can no longer click on the left side to add a breakpoint. I need to right click and hit "Add Inline Breakpoint" from the context menu.

To Reproduce Steps to reproduce the behaviour:

Expected behaviour

Screenshots https://user-images.githubusercontent.com/53476204/162969518-3d591894-e2bc-4910-aca9-81a6ca7b0632.mov

Desktop (please complete the following information):

ryanluker commented 2 years ago

@anthonyc4 Thanks for the submitting an issue! This is a known issue with the gutters in VSCode that allow for only one icon or a breakpoint (I assume it still an activate issue).

See the work around below for another option other than the one you mentioned. https://github.com/ryanluker/vscode-coverage-gutters#tips-and-tricks

There are also a bunch of previous discussions on this topic too. https://github.com/ryanluker/vscode-coverage-gutters/issues/350#issuecomment-976040653