Any way to debug Widget Scripts

Subject says it all.
Just trying to find a way to debug through a script that is not working.
Any ideas ?
3,094 views 2 replies
Reply #1 Top
I honestly didn't test this, but I would say rather than run the widget as an executable, import it ...

1. Right-click the DX Icon in the system tray
2. Click Import
3. At the top of the dialog that comes up, tick the radio button for widgets and find the one you're wanting to debug

Hopefully that'll do the trick. If not, maybe someone else can give a solution.
[Message Edited]
Reply #2 Top
Was mainly looking for a way to step through the vbscript or jscript.
I fixed the problem but it tok awhile. Had to manually step through the code lookign at each line to find my mistake