Table of Contents

Class BreakpointsDataService

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

A utility class is used to save/restore debugger breakpoints.

public static class BreakpointsDataService
Inheritance
BreakpointsDataService

Properties

RootPath

Gets a sets the base path for the relative breakpoint path.

Methods

LoadData(Stream)

Loads breakpoints content from the specified stream.

LoadData(string)

Loads breakpoints content from the specified file.

SaveData(BreakpointsData, Stream)

Saves breakpoints content to the specified stream.

SaveData(BreakpointsData, string)

Saves breakpoints content to the specified file.