I followed this guide: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-typescript?pivots=nodejs-model-v3#run-the-function-locally to run Azure function locally.
I see error message on the bottom right corner of the VS Code:
And there is no way to see the detailed error message.
There is no way to debug...I want to know what caused this 500 error.
Any suggestions on how to run / test / debug Azure function locally in VS Code?