hi all, is there a way to integrate ipdb with dags...
# ask-community
b
hi all, is there a way to integrate ipdb with dagster?
c
if you’re running dagster in-process you could probably set pdb-esque breakpoints within the body of ops, assets, etc. But if you’re running out of process the debugging setup is much more complicated