Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to debug azure functions powershell locally on macOs #2783

Closed
Suseelraj opened this issue Apr 28, 2021 · 1 comment
Closed

unable to debug azure functions powershell locally on macOs #2783

Suseelraj opened this issue Apr 28, 2021 · 1 comment

Comments

@Suseelraj
Copy link

Suseelraj commented Apr 28, 2021

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" }

@ejizba
Copy link
Contributor

ejizba commented May 3, 2021

It appears PowerShell/PowerShellEditorServices#1295 may be the root cause. Will track in #2734

@ejizba ejizba closed this as completed May 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jun 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants