ISDBTools::OutputDebugStringMM

From MediaMonkey Wiki
Jump to navigation Jump to search

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.