ISDBTools::OutputDebugStringMM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added link to DebugView download) |
||
Line 8: | Line 8: | ||
===Method description=== | ===Method description=== | ||
This method outputs a debug string using Windows OutputDebugString method, but only in case the Debug version of MediaMonkey is running. It can be useful for debuging your scripts, you can the view the debug logs using DebugView tool. Using this method instead of [[ISDBTools::OutputDebugString]] can be useful when you want to keep the debug messages in your released scripts and then get debug logs from users in case of troubles. | This method outputs a debug string using Windows OutputDebugString method, but only in case the Debug version of MediaMonkey is running. 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]. Using this method instead of [[ISDBTools::OutputDebugString]] can be useful when you want to keep the debug messages in your released scripts and then get debug logs from users in case of troubles. | ||
===Related items=== | ===Related items=== |
Latest revision as of 22:30, 21 July 2008
CoClass SDBTools, Interface ISDBTools
Sub OutputDebugStringMM(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, but only in case the Debug version of MediaMonkey is running. It can be useful for debuging your scripts, you can the view the debug logs using DebugView tool. Using this method instead of ISDBTools::OutputDebugString can be useful when you want to keep the debug messages in your released scripts and then get debug logs from users in case of troubles.
Related items
Introduced in MediaMonkey version 3.0.