Print Command

Evaluates the expression and displays the results or the specified text.

Debug.Print text

Arguments

  • text
    Required. The text to evaluate and display. If you specify text, the text is added to the command line and is not parsed.

Example

>Debug.Print MyArg

See Also

Visual Studio Commands with Arguments | Command Window | Find/Command Box | Pre-defined Visual Studio Command Aliases