Table of Contents

Class RunToPositionBreakpoint

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

Specifies breakpoint position inside the file.

public class RunToPositionBreakpoint
Inheritance
RunToPositionBreakpoint

Constructors

RunToPositionBreakpoint(string, int)

Initializes a new instance of the RunToPositionBreakpoint class with specified parameters.

Properties

FilePath

Gets or sets the name of the file where breakpoint is set.

LineNumber

Gets or sets number of line at which breakpoint is set.