While developing my first durable function using PowerShell in VSCode, I am experiencing a troubled debugging experience. Often times the debugger is not attached correctly to my orchestration function so my breakpoints do not hit. Other times they do work correctly.
I realize that POSH + Durable functions will do stuff like creating separate runspaces or something and a remote debugging bridge that is hidden from your experience. What are your experiences with POSH + Durable Functions in VSCode? Does this actually work?
Cheers, Wouter





