Visual Studio 2017 debugging vbscript

后端 未结 3 1130
半阙折子戏
半阙折子戏 2020-12-19 09:27

I\'d like to debug a vbscript with Visual Studio 2017 Community Edition and followed the steps mentioned here for VS2015:

Video

I entered

cs         


        
3条回答
  •  长情又很酷
    2020-12-19 09:42

    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.

    Even if I didn't use the VS2017 community version, but I get the same issue, I found that it was related to the JIT debugging in my side using VS2017 Enterprise version and it works well after I enable it:

提交回复
热议问题