Join Slack
Communities
Powered by
Is there any way to debug the code with prefect de...
# pacc-feb-13-14-2024
w
Wojciech Pribula
02/13/2024, 3:04 PM
Is there any way to debug the code with prefect decorators without using them?
✅ 1
k
Kevin Grismore
02/13/2024, 3:09 PM
you can add
.fn()
to a task function call
👍 1
a
Abhishek
02/13/2024, 3:10 PM
i usually use ipdb for debugging 😅
👍 1
Open in Slack
Previous
Next