How to remove breakpoint in godot editor?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By anbarasu chinna

I am new to Godot engine learning creating game by online tutorial. Written some game logic and placed a breakpoint on it. After debugging I don’t know how to remove breakpoint. can any one help me to solve this problem, because every time I run a code it is stopping on the break point.

Here is the screen shot of it

:bust_in_silhouette: Reply From: jgodfrey

Breakpoints can be added/removed by clicking in the left edge of the editor’s “gutter”, to the left of the line numbers. About where that green arrow is in your image.

For additional clarity, breakpoints should show as a small red square to the left of the line number (exactly where the small arrow in in your image). Clicking in that location will either add a new breakpoint if one doesn’t exist or remove an existing breakpoint.

jgodfrey | 2020-09-02 02:36