I have an issue that I am investigating in a Java application that is hosted in a Docker service. The application is a REST API that has it's own docker service
I have added extra logging and looked into the service logs as well as exec-ing into the container and looking at logs there, but that only gets me to a certain point.
Is there any way to attach a remote debugger, or something similar so that I can step through the code of the application?