Scenario:
I want to have both rerun and debug with remote (or in console) debugging enabled in docker container. However, so far haven't seen way to make these co-exist nicely. I.e. when breakpoint is hit, then should be able to pause rerun, so that it won't restart process if files are modified (which is quite normal thing to do in this context).
Keyboard option to pause won't naturally work, since there is multiple containers launched at once via docker compose, each of them having rerun + debug.
Any suggestions how to make this work sensibly?