hello here 👋 can somebody help with debugging setup in Idea? My Kotlin app runs in Docker container using docker compose (1st screenshot). I prepared debug configuration to attach remote JVM (2nd screenshot) and it seems it works
Connected to the target VM
(3rd screenshot), but it does not stop on any breakpoint 😞
c
CLOVIS
02/25/2025, 3:51 PM
Have you tried setting up the Docker connection in File | Settings | Build, Execution, Deployment | Run Targets? In theory you should be able to use a regular run configuration after that