`make debug` just execute `docker attach` command. Useful for running after you call `breakpoint()` in your code. --- Maybe add ` --detach-keys 'ctrl-c'` so we can use `ctrl-c` for exiting the docker attach.
make debugjust executedocker attachcommand.Useful for running after you call
breakpoint()in your code.Maybe add
--detach-keys 'ctrl-c'so we can usectrl-cfor exiting the docker attach.