Breakpoints Property
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Debugger object
Gets the Breakpoints object.
Syntax
object**.Breakpoints**
Parameters
object
An expression that evaluates to a Debugger object.
Remarks
The Breakpoints property has the Breakpoints type.
Example
The following example gets the Breakpoints collection:
Dim bps
set bps = Debugger.Breakpoints