Skip to content

Unable to add breakpoints on click on line with 'error'-symbol #4

@Friksel

Description

@Friksel

First of all; great plugin. It seems like a little change to have a visible icon in the gutter instead of the problem tab, but it's way easier now to spot issues!

It's currently not possible to add a breakpoint by clicking in the gutter, when there is a error-gutters-symbol there. It does work with the F9 shortcut though, but it would be nice if just clicking in the gutter like we use to works too.

Sometimes errors aren't errors, but more like warnings how things could be better, like example below on line 141, where we just want to add a breakpoint on them to see a value for example.

I never created plugins for VS Code, but as VS Code is based on Chromium my guess would be that pointer-events: none; on the icons css could be a fix?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions