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.