Table of Contents

Class ExecutionStoppedEventArgs

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

Provides data for the IScriptDebugger.ExecutionStopped event.

public class ExecutionStoppedEventArgs : EventArgs
Inheritance
ExecutionStoppedEventArgs

Properties

Exception

Gets or sets information about execution exception.

Position

Gets or sets execution position (line number and file name).

StopReason

Gets or sets reason of stop.