Hello, I’ve started working with Metaflow in PyCha...
# ask-metaflow
b
Hello, I’ve started working with Metaflow in PyCharm, and have had issues using the debugger with it. I’ve followed the steps here, but breakpoints aren’t triggering. I’m on PyCharm community edition 2023.1.2, and Metaflow 2.9.6. When I execute the code, the debugger claims to be attaching:
Connected to pydev debugger (build 231.9011.38)
. Has anyone else run into this issue? Is there some extra configuration I’m missing? Thanks in advance
v
did you follow these instructions to set it up?
b
I did, my configuration looks exactly as specified in those three steps
idk if this would ever make a difference but I’m running all this on macOS 13.1.1
It’s also not that no breakpoints work, I can set a breakpoint in the main function, I just can’t set any in the flow steps.
r
did this ever get resolved? I'm running into the same issue. Breakpoints work fine outside of the flow class (for example, on the
if __name__ == "__main__"
line) but they are completely ignored inside the flow. I'm also on a Mac.