View Issue Details

IDProjectCategoryView StatusLast Update
0003720MMW v4Framework: Scripts/Extensionspublic2007-10-14 00:46
Reporterpeke Assigned To 
PriorityurgentSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Fixed in Version3.0 
Summary0003720: Scripting Helper in Debug Version
DescriptionThere is no internal support for scripting debug in MediaMonkey I was using class called WSHHelper to enable scripting Debugging Original Class is posted to FTP

Only thing we need to do is make same for MediaMonkey Internally

In script It will be stated as
SDB.DebugString("Value")

Scripting Help will be:
---
Function DebugString(Value As String)

Parameters

No; Name; Type; Optional; Default; Description
1; Value; String; No; -; Sends string value to Debug Viewer

Method description

Sends Debug String to Debug Viewer
---

Debug Viewer will get This info String:
---
<ScriptFilename.vbs>: <Values String from DebugString parameter>
---

Benefits of this is that with this we will be able to give our scripted much needed Debug ability to speed their debuging process and better scripts especially in need of script transition from MM 2.x to 3.x.
Additional InformationReference Forum Topic
http://www.mediamonkey.com/forum/viewtopic.php?t=21402
TagsNo tags attached.
Fixed in build

Activities

jiri

2007-10-08 08:50

administrator   ~0011210

This alread exists, there are OutputDebugString and OutputDebugStringMM methods in SDBTools object.

rusty

2007-10-14 00:46

administrator   ~0011317

Closing--not verified.