Table of Contents

Class BreakPointState

Namespace
Fluxzy.Core.Breakpoints
Assembly
Fluxzy.Core.dll

The view model of the breakpoint status

public class BreakPointState
Inheritance
BreakPointState
Inherited Members

Constructors

BreakPointState(List<BreakPointContextInfo>, List<Filter>)

public BreakPointState(List<BreakPointContextInfo> entries, List<Filter> activeFilters)

Parameters

entries List<BreakPointContextInfo>
activeFilters List<Filter>

Properties

ActiveEntries

public int ActiveEntries { get; }

Property Value

int

ActiveFilters

Filter enabling break point

public List<Filter> ActiveFilters { get; }

Property Value

List<Filter>

AnyEnabled

true, if anyfilter is present

public bool AnyEnabled { get; }

Property Value

bool

AnyPendingRequest

true, if any request is pending

public bool AnyPendingRequest { get; }

Property Value

bool

EmptyEntries

public static BreakPointState EmptyEntries { get; }

Property Value

BreakPointState

Entries

public List<BreakPointContextInfo> Entries { get; }

Property Value

List<BreakPointContextInfo>

HasToPop

Define is debugging window has to popup

public bool HasToPop { get; }

Property Value

bool

IsCatching

Is Catching

public bool IsCatching { get; }

Property Value

bool

PausedExchangeIds

public int[] PausedExchangeIds { get; }

Property Value

int[]