1

Is there any tooling available to debug Javascript Azure Functions remotely in Visual Studio or VSCode? I'm using Visual Studio - Version 15.7.2 and latest VSCode. I also have installed Azure Functions core tools but that helps with local debugging/development only.

Attach debugger works fine for C# functions but for JavaScript. Appreciate any help, thanks!

1
  • 2
    If your function is HTTP triggered just use ngrok and run the function locally, it's much easier to see what's up. Commented Jul 24, 2018 at 21:44

2 Answers 2

1

No there is no way to remote debug javaScript functions currently

Sign up to request clarification or add additional context in comments.

Comments

0

Now i think they have give experimental feature of remote debugging for azure function on typescript , you can read about this more on Features section on github https://github.com/microsoft/vscode-azurefunctions

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.