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
- Objects (Visual Basic for Applications)
- Object library reference for Office (members, properties, methods)
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.