Table of Contents

Constructor RunToPositionBreakpoint

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

RunToPositionBreakpoint(string, int)

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

public RunToPositionBreakpoint(string fileName, int lineNumber)

Parameters

fileName string

Name of file where breakpoint is set.

lineNumber int

Index of line at which breakpoint is set.