ISDBTools::OutputDebugString: Difference between revisions
Jump to navigation
Jump to search
(clearified description) |
|||
Line 8: | Line 8: | ||
===Method description=== | ===Method description=== | ||
This method outputs a debug string using | This method outputs a debug string using native WINAPI [http://msdn.microsoft.com/cs-cz/library/windows/desktop/aa363362%28v=vs.85%29.aspx OutputDebugString()]. Contrary to [[ISDBTools::OutputDebugStringMM|OutputDebugStringMM]], method outputs string always. | ||
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]. | |||
<source lang="vb"> | |||
SDB.Tools.OutputDebugString("Testing " & "message") | |||
</source> | |||
===Related items=== | ===Related items=== |
Latest revision as of 23:04, 20 April 2013
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.