Table of Contents

Method AddBreakpoint

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

AddBreakpoint(string, int)

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

void AddBreakpoint(string filePath, int lineNumber)

Parameters

filePath string

Name of file where breakpoint is set.

lineNumber int

Number of line at which breakpoint is set.