Sakshat Shinde
Sakshat Shinde

Reputation: 111

what does a red dot in VS code mean

So I'm learning vue.js and vsCode is giving me this red dot on my code, the code is running perfectly fine and other editors such as atom is giving me no errors. What is that red dot for?

Upvotes: 13

Views: 21700

Answers (1)

Aoki Ahishatsu
Aoki Ahishatsu

Reputation: 503

It's a breakpoint (used for debugging). You can read about it here.

Upvotes: 18

Related Questions