I have a project it has two (or more) projects.
For example:
Shared.Standard and 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? Im particularly curious about required config in vscode.