How to Debug VBScript (Visual Studio)

Поделиться
HTML-код
  • Опубликовано: 21 июл 2016
  • Run it from the command prompt like so: cscript.exe /x "file.vbs".
    Also, I inserted closed-captions for the first time in one of my videos. Sometimes I mumble so I hope it helps.
  • НаукаНаука

Комментарии • 14

  • @claudiuhaidu3453
    @claudiuhaidu3453 7 лет назад +1

    very nice!

  • @rossmtv
    @rossmtv 4 года назад

    So awesome!! thx a lot!

  • @italopb12
    @italopb12 6 лет назад

    awesome!! thank you :)

  • @jesleysena
    @jesleysena 3 года назад

    Thanks don Charles

  • @chrison87
    @chrison87 6 лет назад +1

    Thanks..! :-)

  • @zvonkodordevic5497
    @zvonkodordevic5497 4 года назад

    Hi, is it possible to debug vbs in VS Code (without VS)? Is there some debugger extension vor vbs, like the debug extension for C#?

  • @sebastienluchini3956
    @sebastienluchini3956 4 года назад

    Please run your VS2017 as the admin, and then enable the script option under TOOLS->Options->Debugging->Just-In-Time, and then re-debug it again.

  • @Intamin
    @Intamin 7 лет назад +1

    Hm, I have 2017 installed and this doesn't work. :(

  • @CaptainGlue
    @CaptainGlue 3 года назад

    Спасибо!

  • @FreestylerAlbert
    @FreestylerAlbert 5 лет назад

    this doesn't work anymore. :( Visual studio will not come up. :(
    C:\Malware>cscript.exe /X VBS.vbs
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    ... no popup

    • @FreestylerAlbert
      @FreestylerAlbert 5 лет назад

      my guess in my visual studio I have only Managed and Native under the Just in Time Debugging.. and Script is missing. dont know how to add it

    • @FreestylerAlbert
      @FreestylerAlbert 5 лет назад

      okay solved.. the problem it needs the Office tools. otherwise it's not gonna work