How do I debug a stand-alone VBScript script?

后端 未结 5 1772

I have a VBScript script that takes 2 command-line arguments and does some validation. I need to debug this to see how the program is getting executed. I was trying to paste

5条回答
  •  北海茫月
    2020-12-01 08:03

    This is for future readers. I found that the simplest method for me was to use Visual Studio -> Tools -> External Tools. More details in this answer.

    Easier to use and good debugging tools.

提交回复
热议问题