Table of Contents

Class BreakpointsData

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

Represents a collection of the BreakpointData objects for the serialization purpose.

public class BreakpointsData
Inheritance
BreakpointsData

Constructors

BreakpointsData(IEnumerable<BreakpointData>)

Initializes a new instance of the BreakpointsData with specified parameters.

Fields

Default

Gets a default BreakpointsData object.

Properties

Breakpoints

Gets a list of the BreakpointData stored in this object.