Table of Contents

Interface IScriptDebugger

Namespace
Alternet.Scripter.Debugger.IronPython
Assembly
Alternet.Scripter.IronPython.Debugger.v9.dll

Provides methods and properties that allow developers to debug applications in the common language runtime (CLR) environment.

public interface IScriptDebugger : IScriptDebuggerBase

Properties

ScriptRun

When implemented by a class, contains all information required to compile and run the script

Methods

AddBreakpoint(string, int)

When implemented by a class, adds a Breakpoint to the list.

EnableBreakpoint(string, int, bool)

When implemented by a class, enables or disables specified breakpoint.

RemoveBreakpoint(string, int)

When implemented by a class, removes a Breakpoint from the list.