How Do You Debug WSH Scripts

Wednesday, 14 March 2007 15:37 by tariq

I was playing around with Mart's idea and wanted to 'step through' the Infopath Down Level Script.

So how do you debug wsh scripts?

That is a question that has been asked before in the newsgroups. The best answer I could find is this response by Michael Harris.

Solution:

wscript /d /x <script file>

where

  • /d = Enable Active Debugging
  • /x = Execute script in debugger

Technorati tags: , , ,

Categories:  
Actions:   E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed
Comments are closed