You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to debug the azure function written in PowerShell locally but the debugger is not hitting with the breakpoints. Any suggestions? I am pasting my launch.json configuration below { "name": "Attach to PowerShell Functions", "type": "PowerShell", "request": "attach", "customPipeName": "AzureFunctionsPSWorker", "runspaceId": 1, "preLaunchTask": "func: host start" }
The text was updated successfully, but these errors were encountered:
I am trying to debug the azure function written in PowerShell locally but the debugger is not hitting with the breakpoints. Any suggestions? I am pasting my launch.json configuration below
{ "name": "Attach to PowerShell Functions", "type": "PowerShell", "request": "attach", "customPipeName": "AzureFunctionsPSWorker", "runspaceId": 1, "preLaunchTask": "func: host start" }
The text was updated successfully, but these errors were encountered: