Table of Contents

Class DebuggerAction

Namespace
MoonSharp.Interpreter.Debugging
Assembly
Assembly-CSharp.dll
public class DebuggerAction
Inheritance
DebuggerAction
Inherited Members
Extension Methods

Constructors

DebuggerAction()

public DebuggerAction()

Properties

Action

public DebuggerAction.ActionType Action { get; set; }

Property Value

DebuggerAction.ActionType

Age

public TimeSpan Age { get; }

Property Value

TimeSpan

Lines

public int[] Lines { get; set; }

Property Value

int[]

SourceCol

public int SourceCol { get; set; }

Property Value

int

SourceID

public int SourceID { get; set; }

Property Value

int

SourceLine

public int SourceLine { get; set; }

Property Value

int

TimeStampUTC

public DateTime TimeStampUTC { get; }

Property Value

DateTime

Methods

ToString()

public override string ToString()

Returns

string