Windows PowerShell 集成腳本環境 (ISE)

應用場景

有時會遇到一些這樣的報錯shell

Exception calling "SetData" with "2" argument(s): "Type 'Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.Automation.OAProject' in assembly 'Microsoft.VisualStudio.ProjectSystem.VS.Implementation, Version=15.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not marked as serializable."
At C:\Users\......\.nuget\packages\entityframework\6.2.0\tools\EntityFramework.psm1:722 char:5

最後提到了EntityFramework.psm1
.psm1文件和.psd1文件能夠用 PowerShell ISE 打開並進行調試
1windows

參考資料

基本介紹-Windows PowerShell 5.0 ISE 中的新增功能
如何在 Windows PowerShell ISE 中調試腳本
語法-Write-Errordebug

相關文章
相關標籤/搜索