Function EditorPlugin.getBreakpoints

This is for editors that edit script-based objects. You can return a list of breakpoints in the format (script:line), for example: res://path_to_script.gd:25.

PoolArray!(godot.core.string.String) getBreakpoints() nothrow @nogc;