HowTo debug java/tomcat (Jandcode) in custom Docker-container.
已回答
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.
请先登录再写评论。
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.