Is it possible to debug dotnet lambdas remotely? I have tried to attach Visual Studio and vscode to a container spun up by LocalStack representing a lambda but they fail trying to create files as they do not have the correct permissions. Creating the directories with the correct permissions does not work as there appear to be missing packages necessary for these IDEs to attach. I have been unable to locate a package manager on the images that are spun up either which would allow these packages to be manually downloaded.
Has anyone been able to remote debug dotnet lambdas in anyway? Perhaps a different IDE than those two would work better?
As well, I have noticed that dotnet debugging is not mentioned in the documentation on remote debugging here: https://docs.localstack.cloud/tools/lambda-tools/debugging/.