Table of Contents

Class DebugService

Namespace
MoonSharp.Interpreter.Debugging
Assembly
Assembly-CSharp.dll
public sealed class DebugService : IScriptPrivateResource
Inheritance
DebugService
Implements
Inherited Members
Extension Methods

Properties

OwnerScript

public Script OwnerScript { get; }

Property Value

Script

Methods

ResetBreakPoints(SourceCode, HashSet<int>)

public HashSet<int> ResetBreakPoints(SourceCode src, HashSet<int> lines)

Parameters

src SourceCode
lines HashSet<int>

Returns

HashSet<int>