You can write run-time messages to the **Output** window using the <xref:System.Diagnostics.Debug> class or the <xref:System.Diagnostics.Trace> class, which are part of the <xref:System.Diagnostics> ...
Various Write methods, which output information without breaking execution. These methods replace the Debug.Print method used in older versions of Visual Basic. xref ...