Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 939 Bytes

debug-object.md

File metadata and controls

27 lines (19 loc) · 939 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Debug object
vblr6.chm1008891
vblr6.chm1008891
Office.Debug
f95d394f-fbed-8d64-143d-a51368df158c
11/12/2018
medium

Debug object

The Debug object has two methods, Print and Assert.

The Print string expression sends string expr as output to the Immediate window at Debug run time.

The Assert expression evaluates expression and, if False, breakpoints in the debugger.

See also

[!includeSupport and feedback]