You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
followed above link to set up Azure function program in Intellij. I am using Windows 10 and Intellij Idea 2020.2.4 Community Edition i am using.
When I start program in debug mode , execution not stopping at break point. Then I set up remote debugging getting below message
"Error running 'Remote Debugging': Unable to open debugger port (localhost:5009): java.net.ConnectException "Connection refused: connect" "
The text was updated successfully, but these errors were encountered:
@anoomicael Thanks for your report, it seems that you are using a new version of function core tools which was not fully supported in IDE toolkit yet, so we didn't attach the debugger automatically, as a workaound, you may attach the debugger manually by click Attach debugger in console, we will fix this issue in next release.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-maven-intellij
followed above link to set up Azure function program in Intellij. I am using Windows 10 and Intellij Idea 2020.2.4 Community Edition i am using.
When I start program in debug mode , execution not stopping at break point. Then I set up remote debugging getting below message
"Error running 'Remote Debugging': Unable to open debugger port (localhost:5009): java.net.ConnectException "Connection refused: connect" "
The text was updated successfully, but these errors were encountered: