Add breakpoint in Visual Studio Code

Solution 1:

Go to VS->Settings->Debug and change "debug.allowBreakpointsEverywhere" to true.

Solution 2:

I also ran into this issue. Make sure you don't have

"editor.glyphMargin": false,

in your user or workspace settings.