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
Methods
ResetBreakPoints(SourceCode, HashSet<int>)
public HashSet<int> ResetBreakPoints(SourceCode src, HashSet<int> lines)
Parameters
srcSourceCodelinesHashSet<int>