Breakpoint Members
Include Protected Members
Include Inherited Members
The Breakpoint object contains the properties and methods used to programmatically manipulate a Breakpoint.
The Breakpoint type exposes the following members.
Methods
Name
Description
Deletes the breakpoint.
Top
Properties
Name
Description
Gets a collection of objects contained within this code construct.
Gets the Breakpoints collection
Specifies the condition for the breakpoint.
Indicates whether the condition type will break the program execution when true or break when changed.
Indicates the number of times a breakpoint has been hit during the active debugging session.
Gets the top-level extensibility object.
Sets or gets the enabled state of this Breakpoint object.
Gets the name of the file that contains the breakpoint or a declaration of the parent object.
Indicates the character location within a line in a file for a file breakpoint.
Indicates the line location within a file for a breakpoint.
Indicates the column offset from the name of a function breakpoint.
Indicates the line offset from the name of a function breakpoint.
Gets the name of the function where the breakpoint is set.
Gets the hit count target for any type of breakpoint. Interpreted based on the hit count type.
Describes how to interpret a hit count.
Gets the language associated with the name or conditional breakpoint.
Indicates the location type this breakpoint represents.
Sets or gets the name of the Breakpoint.
Gets the immediate parent object of a Breakpoint object.
Gets a reference to a Program object.
Sets or gets a user-defined string identifying the Breakpoint.
Gets a constant indicating the Breakpoint type.
Top