Guest breezey Report post Posted 10/04/2005 05:15 AM With regard to this thread at http://voiceguide.com/forums/index.php?showtopic=3236 it would be great if we can have a call simulator for testing VG. But actually for me right now what I need is something to test/debug/interpreter my VBScript. I am a PHP coder that has no pre-knowledge about VBScript and I want to know if every piece of my VBScript code is right even before I test the whole VG script I am writing. Anyone can tell me any program that I can install where I can run my VBScript on and also output the result on the screen? Thanks. Share this post Link to post
SupportTeam Report post Posted 10/04/2005 06:06 AM If you need to use a VBScript debugger then you will need to read here: http://support.microsoft.com/default.aspx?...kb;en-us;308364 And use Visual InterDev... Share this post Link to post
ktruk Report post Posted 10/05/2005 02:12 PM (edited) I use VBSEdit 2.0 which is a cheap/shareware VBS editor that gives you single-step debug, syntax checking and highlighting, block comments in/out, breakpoints and suchlike. Only downside is that you have to open a watch-window while debugging, then close it before stepping, rather than a separate "variables" window you can watch. http://www.adersoft.com/vbsedit There is a new version, now - v3.0 Edited 10/05/2005 09:49 PM by SupportTeam Share this post Link to post
Guest breezey Report post Posted 10/06/2005 03:25 AM Thanks for your replies. I will have a look at the link you posted. Share this post Link to post
SupportTeam Report post Posted 10/06/2005 03:41 AM Also see: http://www.vbsedit.com Share this post Link to post