Can I debug a dependent assembly from a powershell module

こ雲淡風輕ζ 提交于 2020-12-13 07:19:57

问题


I have a project it has two (or more) projects.

For example:

Shared.Standard
Utility.PoSH

The second is a PowerShell binary module that depends on the Shared.Standard class library/project/assembly.

Can I debug the Shared.Standard library while I execute commands from the compiled module in a PowerShell session? I'm particularly curious about required config in vscode.

来源:https://stackoverflow.com/questions/59445038/can-i-debug-a-dependent-assembly-from-a-powershell-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!