-
Notifications
You must be signed in to change notification settings - Fork 45
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
the coverage markers don't allow enough room to click for a breakpoint #279
Comments
Good point, I've always used keyboard shortcut for that so missed it. |
@boneskull Which library have you used for DI? |
@hellboy81 I don't understand..? |
In In |
@hellboy81 Ah. It's not |
Any update on this issue? I have this in VSCode - I can set breakpoints with mouse or keyboard, but the coverage markers obscure the red markers that indicate a breakpoint is set. |
@ben-moore I have reported the issue to the VS Code repo - microsoft/vscode#5923 |
maybe there's a way to change the opacity of those markers so we'll be able to see the breakpoint underneath? or is it not really underneath? |
@shahata Unfortunately VS Code internally is replacing the background, so as you said - it's not underneath. |
Could wallaby not spot that there is a breakpoint there and use a custom background image with an overlaid breakpoint? |
@mcintyre321 Unfortunately there's no extension API to query/get notified if a breakpoint is set. |
:( |
between the black line and the marker is where you gotta click.
The text was updated successfully, but these errors were encountered: