RhinoApp.OutputDebugString Method

RhinoAppOutputDebugString Method

Print a string to the Visual Studio Output window, if a debugger is attached. Note that the developer needs to add a newline manually if the next output should come on a separate line.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void OutputDebugString(
	string str
)
Public Shared Sub OutputDebugString ( 
	str As String
)

Parameters

str
Type: SystemString
The string to print to the Output window.
Version Information

Rhino for Windows

Supported in: 6.8
See Also