ISDBTools::OutputDebugString: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
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 DebugView tool. | ||
Example: SDB.Tools.OutputDebugString("Testing") | |||
===Related items=== | ===Related items=== |
Revision as of 14:14, 22 December 2010
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.