hello here :wave: can somebody help with debugging...
# intellij
m
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
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
m
hi, not yet, I will try - thx