microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
289 stars 131 forks source link

Start Python Function in debug mode from the CLI #4164

Open Falven opened 1 month ago

Falven commented 1 month ago

Is it possible to start the function host in debug mode from the command line (not from a task)? I've tried:

But attempting to attach yields:

connect ECONNREFUSED 127.0.0.1:9091

This is not so when starting as a task.