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!