ISDBTools::OutputDebugString: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
===Method description=== | ===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. | 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 [http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx DebugView tool]. | ||
Example: SDB.Tools.OutputDebugString("Testing") | Example: SDB.Tools.OutputDebugString("Testing") |
Revision as of 00:34, 20 May 2012
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.