What does the red dot in VS code mean

So, I am learning vue.js, and vsCode gives me this red dot on my code, the code works fine, and other editors like atom do not give me any errors. What is this red dot for?

+4
source share
1 answer

This is a breakpoint (used for debugging). You can read about it here .

+5
source

Source: https://habr.com/ru/post/1683733/


All Articles