Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,908 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can I remote debug java azure functions (Windows). Visual Studio doesn't seem to support the stack and I am having a hard time using VS code. Is there any documentation I can be pointed to?
@Obokparo Ovuomaye Thanks for reaching out. You can refer to this reference video to debug your Azure Java function using VS Code for local code debugging.
There is limitation of remote debugging in VS Code as documented here and Visual studio doesn't support Java.
You can always provide your feedback and feature request for VS Code here.