docs icon indicating copy to clipboard operation
docs copied to clipboard

Tutorial on remote debugging java lambdas does not work

Open logicMark opened this issue 1 year ago • 1 comments

https://docs.localstack.cloud/user-guide/tools/lambda-tools/debugging/#:~:text=Configure%20LocalStack%20for%20remote%20JVM%20debugging,-Set%20LAMBDA_JAVA_OPTS%20with&text=Note%20the%20suspend%3Dy%20option,simply%20switch%20to%20suspend%3Dn%20. Above page mentions the procedure but it does n't work...and the submitted issues remain as it is without any further progress making the localstack the most unfriendly developer tool.

Can anyone pls check why the steps mentioned on the page does n't work ?

LAMBA_JAVA_OPTS - It is mentioned but it is throwing the below stack trace with localstack:latest docker image

image

logicMark avatar Mar 03 '23 13:03 logicMark

Hi @logicMark

We updated our documentation regarding "Remote JVM Lambda" with a working solution confirmed by another community member: https://github.com/localstack/localstack/issues/7788#issuecomment-1665921257 The related issue is resolved.

The updated documentation fixes the error related to processing the shared archive file. Sorry for the inconvenience. We hope this enables JVM Lambda debugging for your use case and would appreciate your feedback 👂 .

joe4dev avatar Oct 18 '23 10:10 joe4dev