how to debug vbs

  1. make sure your have install some VS in your OS to support Just-In-Time debugger
    How to debug vbs
  2. cscript -d -x ExecuteTP.vbs MyArg1 MyArg2
  3. start to connect debugger
    How to debug vbs
  4. set breakpoint and enjoy
    How to debug vbs

相关文章: