ISDBTools::OutputDebugString
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 Windows OutputDebugString method. It can be useful for debuging your scripts, you can the view the debug logs using DebugView tool.
Example: SDB.Tools.OutputDebugString("Testing")
Related items
Introduced in MediaMonkey version 3.0.