Topic was automatically imported from the old Question2Answer platform.
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.
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.