ISDBTools::OutputDebugString
Jump to navigation
Jump to search
CoClass SDBTools, Interface ISDBTools
Sub OutputDebugString(Value As String)
Parameters
Name | Type | Description |
---|---|---|
Value | String | A string to be added to debug log. |
Method description
This method outputs a debug string using native WINAPI OutputDebugString(). Contrary to OutputDebugStringMM, method outputs string always.
It can be useful for debuging your scripts, you can the view the debug logs using DebugView tool.
SDB.Tools.OutputDebugString("Testing " & "message")
Related items
Introduced in MediaMonkey version 3.0.