Share via


Debugger Property

Home Page (Objects)OverviewFAQReference

Applies to: Application object

Gets the Debugger object.

Syntax

object**.Debugger**

Parameters

object

An expression that evaluates to an Application object. When you access the Debugger property of the Application object, you can omit object because the name of the Application object is implied when you access its properties and methods.

Remarks

The Debugger property has the Debugger type.

Example

The following example gets the Debugger object:

Dim dbg
Set dbg = Application.Debugger