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

Public method

Delete

Deletes the breakpoint.

Top

Properties

 

Name

Description

Public property

Children

Gets a collection of objects contained within this code construct.

Public property

Collection

Gets the Breakpoints collection

Public property

Condition

Specifies the condition for the breakpoint.

Public property

ConditionType

Indicates whether the condition type will break the program execution when true or break when changed.

Public property

CurrentHits

Indicates the number of times a breakpoint has been hit during the active debugging session.

Public property

DTE

Gets the top-level extensibility object.

Public property

Enabled

Sets or gets the enabled state of this Breakpoint object.

Public property

File

Gets the name of the file that contains the breakpoint or a declaration of the parent object.

Public property

FileColumn

Indicates the character location within a line in a file for a file breakpoint.

Public property

FileLine

Indicates the line location within a file for a breakpoint.

Public property

FunctionColumnOffset

Indicates the column offset from the name of a function breakpoint.

Public property

FunctionLineOffset

Indicates the line offset from the name of a function breakpoint.

Public property

FunctionName

Gets the name of the function where the breakpoint is set.

Public property

HitCountTarget

Gets the hit count target for any type of breakpoint. Interpreted based on the hit count type.

Public property

HitCountType

Describes how to interpret a hit count.

Public property

Language

Gets the language associated with the name or conditional breakpoint.

Public property

LocationType

Indicates the location type this breakpoint represents.

Public property

Name

Sets or gets the name of the Breakpoint.

Public property

Parent

Gets the immediate parent object of a Breakpoint object.

Public property

Program

Gets a reference to a Program object.

Public property

Tag

Sets or gets a user-defined string identifying the Breakpoint.

Public property

Type

Gets a constant indicating the Breakpoint type.

Top

See Also

Reference

Breakpoint Interface

EnvDTE Namespace