Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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