Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable toggle break point when enable line coverage #350

Closed
findNextStep opened this issue Nov 22, 2021 · 1 comment
Closed

unable toggle break point when enable line coverage #350

findNextStep opened this issue Nov 22, 2021 · 1 comment

Comments

@findNextStep
Copy link

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):

  • OS: linux
  • Extension Version v2.8.2
  • VSCode Version 1.62.3
@ryanluker
Copy link
Owner

ryanluker commented Nov 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants