RE: microsoft script debugger

2012-09-23 Thread Chip Orange
would be a whole lot more than we have at the moment. Aaron? Chip From: Jeff Weiss [mailto:jwe...@wsblind.org] Sent: Tuesday, September 18, 2012 9:00 AM To: gw-scripting@gwmicro.com Subject: RE: microsoft script debugger This is a separate package that is supposed to let you st

Re: microsoft script debugger

2012-09-18 Thread BX
AM Subject: RE: microsoft script debugger This is a separate package that is supposed to let you step through your scripts. I found the Script Debugger download which is called SCD10En.exe I haven't tried it yet, but I plan to in the next few days. Jeff Weiss From: BX [mailto:b

RE: microsoft script debugger

2012-09-18 Thread Jeff Weiss
22 PM To: gw-scripting@gwmicro.com Subject: Re: microsoft script debugger Hi Jeff, Are you talking about the IE Script Debugger that is built into IE? Sincerely Bruce Sent: Monday, September 17, 2012 3:55 PM Subject: microsoft script debugger I was just reading abou

Re: microsoft script debugger

2012-09-17 Thread BX
Hi Jeff, On an XP machine either turn on the debugger in the tools options advance menu, or, do this at the Command Prompt: cscript //x //d someScript.vbs The debugger just gives you the error and line number and some message. On a Windows 7 machine you have to do either a registry modi

Re: microsoft script debugger

2012-09-17 Thread BX
Hi Jeff, Are you talking about the IE Script Debugger that is built into IE? Sincerely Bruce Sent: Monday, September 17, 2012 3:55 PM Subject: microsoft script debugger I was just reading about the Microsoft script debugger. Is this something that will work with Window-Ey