https://kedro.org/ logo
#questions
Title
# questions
f

Francisca Grandón

11/21/2022, 7:16 PM
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

datajoely

11/22/2022, 10:01 AM
so this shouldn’t be Kedro specific, the VS Code instructions here should help https://code.visualstudio.com/docs/containers/debug-python
f

Francisca Grandón

11/22/2022, 1:28 PM
Yup, I saw that page, but I was wondering how to integrate both in the lauch.json file
d

datajoely

11/22/2022, 1:29 PM
It’s not my area, but is the docker build dependency the only difference?
f

Francisca Grandón

11/22/2022, 2:15 PM
yess
n

Nok Lam Chan

11/22/2022, 9:37 PM
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

Francisca Grandón

11/24/2022, 12:41 PM
I don’t even know what an entry point is 😅 do you have any recommendations or tutorials to learn to make debugging files?
3 Views