HowTo debug java/tomcat (Jandcode) in custom Docker-container.
Answered
In version 2022.3.3 it was possible to debug in a docker container. In Version 2023.1 I can't figure out how to do this.
What is written in the documentation does not work.
Please sign in to leave a comment.
Hi Erlan,
Starting with version 2023.1, 'Remote JVM Debug' configurations are deprecated.
Please use Docker run targets instead:
See also:
Hi Arina
I do what is written in the documentation, but nothing works for me.
Let me go over the guide and get back to you.
Hi Erlan,
Please see this demo project: https://github.com/Koyasha/tomcat_docker_debug
It contains an example and instructions on how to debug a Java/Tomcat application in a Docker container in IntelliJ IDEA 2023.1.
We will make sure to also update IntelliJ IDEA documentation with this information.