Breakpoint shows up

When writing code, I had a breakpoint show up. Are these useful or dangerous and if they are dangerous, how do I get rid of them?

Hi Ossie,

Where did a breakpoint show up? In VS Code? If so, that’s not a problem at all. They are meant for debugging and make the debugger pause the code at the breakpoint. Since we do not use the debugger of VS Code, nothing will happen.

Simply remove them from your code, so they do not distract you or convey the wrong impression that somebody wanted to debug something in your code.


See also:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms