问题
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