Link to home
Create AccountLog in
Avatar of Kenneth Vandbaek
Kenneth VandbaekFlag for Denmark

asked on

Debug VB Script

I need to find a program where I can debug some VB script.

At the moment, I write vbs in notepad, but I need to debug my code before I go live with it.
The application should be free.
SOLUTION
Avatar of Codebot
Codebot

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Bill Prew
Bill Prew

Have you tried doing CSCRIPT //X yourscript.vbs?

Also, while not quite free, for relatively small money this is a decent tool.  http://www.vbsedit.com/

bp
Avatar of Kenneth Vandbaek

ASKER

CodeBot and RogerArd:

I was already using Notepad++, but didn't know I could use it to debug.

I tried to do what RogerArd was sending me, but I don't get a Command "Debug Script". Even if I delete "        <Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="70">safari &quot;$(FULL_CURRENT_PATH)&quot;</Command>
"
it is still there.

I have followed the link, but I don't get a command to do it.
I found that I was looking in the wrong path.