Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellij Azure java remote debugging issue. #4808

Closed
anoomicael opened this issue Dec 11, 2020 · 1 comment · Fixed by #4836
Closed

Intellij Azure java remote debugging issue. #4808

anoomicael opened this issue Dec 11, 2020 · 1 comment · Fixed by #4836

Comments

@anoomicael
Copy link

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" "

@Flanker32
Copy link
Member

@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.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants