Hi everyone! I need some help with the kedro debug...
# questions
f
Hi everyone! I need some help with the kedro debugger. I was trying to set up the launch.json file in the documentation for debugging, and I was wondering if it is possible to integrate this with a docker python debugger. In other words, I want to start the debugger from the container terminal, is this possible?? I also posted the question in stackoverflow if its not that clear here. I would really appreciate some help!
d
so this shouldn’t be Kedro specific, the VS Code instructions here should help https://code.visualstudio.com/docs/containers/debug-python
f
Yup, I saw that page, but I was wondering how to integrate both in the lauch.json file
d
It’s not my area, but is the docker build dependency the only difference?
f
yess
n
second with @datajoely, the only difference of Kedro is that you have to change the entrypoint to the
xxx/bin/kedro.py
. If you can make it work with any python program, it should work with kedro too.
f
I don’t even know what an entry point is 😅 do you have any recommendations or tutorials to learn to make debugging files?