Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
j
jack
03/22/2023, 10:30 PM
Is there a way to run a prefect flow from command line and be able to halt at a breakpoint during the flow?
✅ 1
r
redsquare
03/22/2023, 10:42 PM
cant you just run it in vscode debugger
z
Zanie
03/22/2023, 10:43 PM
You can just
python your_file.py
with a
breakpoint()
in it
j
jack
03/23/2023, 3:20 PM
Got this to work by removing the calls to
submit()
so that the tasks run sequentially.
#prefect-community
Join Slack