You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to debug my app (implementing CSRF using starlette-csrf) and when I tried to debug using PyCharm's debug runner, my breakpoints won't stop execution. Am I missing something? Do I need to unravel the execution stack a little and use uvicorn or starlette runners to get breakpoints to work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to debug my app (implementing CSRF using starlette-csrf) and when I tried to debug using PyCharm's debug runner, my breakpoints won't stop execution. Am I missing something? Do I need to unravel the execution stack a little and use uvicorn or starlette runners to get breakpoints to work?
Beta Was this translation helpful? Give feedback.
All reactions