Kenneth Vandbaek
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.
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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 "$(FULL_CURRENT_PATH) "</Co mmand>
"
it is still there.
I have followed the link, but I don't get a command to do it.
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 "$(FULL_CURRENT_PATH)
"
it is still there.
I have followed the link, but I don't get a command to do it.
ASKER
I found that I was looking in the wrong path.
Also, while not quite free, for relatively small money this is a decent tool. http://www.vbsedit.com/
bp