We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
local.settings.json:
{ "IsEncrypted": false, "Values": { "FUNCTIONS_WORKER_RUNTIME": "node", "AzureWebJobsStorage": "", "languageWorkers__node__arguments": "--inspect-brk" } }
With that configuration set, func start will result in:
func start
Starting inspector on 127.0.0.1:9229 failed: address already in use
If I set --inspect-brk=9330 then the same error occurs with a different port. How do I start this thing with the debugger available?
--inspect-brk=9330
The text was updated successfully, but these errors were encountered:
No branches or pull requests
local.settings.json:
With that configuration set,
func start
will result in:If I set
--inspect-brk=9330
then the same error occurs with a different port. How do I start this thing with the debugger available?The text was updated successfully, but these errors were encountered: