Click or drag to resize

TextEditSetLineAsBreakpoint Method

Adds or removes the breakpoint in line. Breakpoints are shown in the BreakpointGutter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLineAsBreakpoint(
	int line,
	bool breakpoint
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Godot.TextEdit.SetLineAsBreakpoint(System.Int32,System.Boolean)"]

breakpoint
Type: SystemBoolean

[Missing <param name="breakpoint"/> documentation for "M:Godot.TextEdit.SetLineAsBreakpoint(System.Int32,System.Boolean)"]

See Also