Class Breakpoint
Breakpoint
class is used to store individual breakpoint within debugger breakpoint collection.
public class Breakpoint : ValueObject<Breakpoint>
- Inheritance
-
Breakpoint
Constructors
Properties
- Enabled
Gets or sets a boolean value indicating whether this breakpoint is enabled.
- FilePath
Gets or sets the name of the file where breakpoint is set.
- LineNumber
Gets or sets number of line at which breakpoint is set.