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
ActiveFilters
Filter enabling break point
public List<Filter> ActiveFilters { get; }
Property Value
AnyEnabled
true, if anyfilter is present
public bool AnyEnabled { get; }
Property Value
AnyPendingRequest
true, if any request is pending
public bool AnyPendingRequest { get; }
Property Value
EmptyEntries
public static BreakPointState EmptyEntries { get; }
Property Value
Entries
public List<BreakPointContextInfo> Entries { get; }
Property Value
HasToPop
Define is debugging window has to popup
public bool HasToPop { get; }
Property Value
IsCatching
Is Catching
public bool IsCatching { get; }
Property Value
PausedExchangeIds
public int[] PausedExchangeIds { get; }
Property Value
- int[]