Breakpoint Class

Definition

Holds the information for a given breakpoint

public abstract class Breakpoint
Inheritance
Breakpoint
Derived

Properties

Action

The action to take when the breakpoint is hit

Enabled

Gets whether this breakpoint is enabled

HitCount

Records how many times this breakpoint has been triggered

Id

This breakpoint's Id

Script

The script this breakpoint is on, or null if the breakpoint is not scoped