What is this green arrow in the script editor to the left of the line number?

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

A section of Godot Code with a green arrow to the left of a line number

So it seems like at some point I accidentally enabled something for line 41, and I can’t seem to figure out what exactly it is, or how to get rid of it. A stack frame gets generated for the line, but it seems like it isn’t a normal breakpoint as execution still continues without input. So can anyone tell me what this is?

:bust_in_silhouette: Reply From: deaton64

Hi,
It’s the line of code that’s being executed while in debug mode.
If you’ve closed your game window, press F12 and it should go away.
Press F10 and it will (probably) carry one through your code.