Script debugger recommendation

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Script debugger recommendation

Re: Script debugger recommendation

by Pauli » Fri Dec 28, 2012 12:06 am

OK + Tank you!

Re: Script debugger recommendation

by Peke » Wed Dec 26, 2012 7:49 pm

I know, I got main license few years ago to do some Freelance job, it was one of the best things they gave me.

If you are into scripting, WEB, programming it is great tool for all.

Re: Script debugger recommendation

by Pauli » Wed Dec 26, 2012 4:47 am

Hi and Thanks for your hint. Only PrimalScript is very expensive to write some small tools ...

Regards, Pauli

Re: Script debugger recommendation

by Peke » Tue Dec 25, 2012 9:21 pm

Well, I frankly use PrimalScript for years, which have its own Debugger in it.

Only thing I add in Scripts while debugging is

Code: Select all

Dim SDB
Set SDB = CreateObject("SongsDB.SDBApplication")

Re: Script debugger recommendation

by Pauli » Tue Dec 25, 2012 10:26 am

Anything new about this?

I want to create some scripts but without debugging the code it is really difficult ...

pauli

Re: Script debugger recommendation

by MMuser2011 » Sat Nov 05, 2011 9:05 am

I'm looking for a working solution to edit/debug scripts with MM as well.

Could someone please give us the need first steps to start?
Is there any useful (and easy) software out there that we can use?
VBSEdit looks nice, but doesn't seems to work with MM.

Do you know any other working solution with a GUI, breakpoints and set variable values?

Re: Script debugger recommendation

by chrisjj » Wed Dec 22, 2010 12:10 pm

Thanks.

http://www.mediamonkey.com/wiki/index.p ... ks#Links_2 suggests
Microsoft Script Debugger for Windows NT 4.0 and Later (debugging)
Anoyone got this to do any debugging on MM scripts?

Re: Script debugger recommendation

by trixmoto » Wed Dec 22, 2010 11:49 am

No, but I find create debug logfiles works pretty well for me. Especially useful cos you can send them out to other people as well, as many people manage to come up with problems that I can't replicate! :)

Script debugger recommendation

by chrisjj » Wed Dec 22, 2010 9:45 am

Can anyone recommend a tool for debugging (inc. breakpoint code, inspect variables etc.) scripts launched from within MM?

I've tried VBSEdit with MicroSoft Script Debugger - no joy. I see no way to tell it to connect to MM. Here Tools | Running scripts... does not show a script running in MM e.g. waiting at a MsgBox.

As an experiment I put a Stop in an MM script (to see what debugger would be launched) and MM apparently ignored it - no error, no debugger.

Thanks.

Top