-
Notifications
You must be signed in to change notification settings - Fork 442
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
Update Java worker config #550
Conversation
@asavaritayal - please follow up with VSCode as setting debug port for java functions needs to be updated once this PR is merged in
|
@alrod please merge this when functions host is ready for release |
@ahmelsayed - Please review. |
@pragnagopa regarding this issue Azure/azure-functions-host#3080. Do you think we could get a fix in this release? |
Working on the fix for : Azure/azure-functions-host#3080 |
@jdneo - You need to pass -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address={portnumber} to CLI to set debug port on the Java Worker |
@nturinski / @fiveisprime/ @asavaritayal - FYI, the functions runtime and CLI release with these changes is in progress |
@EricJizbaMSFT - This is the change for updated debug options for Java |
PR Azure/azure-functions-host#3047 moves JavaWorker to use generic worker provider.