Debugging Azure function (via Azure toolkit)
已回答
Not able to debug,
looks like debugger is not attached to a process.
As can bee seen on the screenshot, toolbar with breakpoints is not displayed .

Any ideas?
reference
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-maven-intellij
请先登录再写评论。
Hello @...,
> looks like debugger is not attached to a process.
As I can see from the attached screenshot the debugger was connected and listening to port 5005. May I ask you to upload a project so that I can check the configuration?
The files can be uploaded at https://uploads.jetbrains.com .
Hi Egor ,
I am not able to debug Azure java function code in intellij . Uploaded project file in the above link. Enabled remote Debugging but getting error message " Error running 'Remote Debugging': Unable to open debugger port (localhost:5009): java.net.ConnectException "Connection refused: connect"Error running 'Remote Debugging': Unable to open debugger port (localhost:5009): java.net.ConnectException "Connection refused: connect". Could you please help me.
How did you start the remote app you are connecting to? Which debugger options were used?
What are the settings for the Remote configuration?
Please share a sample project and provide the exact steps to reproduce the issue.