0 votes

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

in Engine by (113 points)
edited by

1 Answer

+1 vote

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.

by (21,764 points)

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.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.