<Integrate kedro debugger with docker container> I...
# questions
u
Integrate kedro debugger with docker container I'm currently trying to set up the debugger for kedro in VScode adding the following launch.json as the documentation suggests. The thing is, I have 2 different docker containers that I would like to use to debug my kedro pipelines, so this lauch.json file does not work for me, because it executes the debugger in the normal terminal, not inside the docker...