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
First of all, thank you all for this amazing project. I was wondering if you guys consider replacing pdb.post_mortem with a debugger package of already installed ones. This way, we can continue with the terminals we are used to.
not related but from the screen, given the reloader uses StatReload it seems you used pip install uvicorn when using uvicorn[standard] would be a little bit faster for the reload, but mainly for the http parser.
Summary
First of all, thank you all for this amazing project. I was wondering if you guys consider replacing
pdb.post_mortem
with a debugger package of already installed ones. This way, we can continue with the terminals we are used to.In my mind, it is something like this:
middleware/_internal/init.py :
middleware/_internal/exceptions/middleware.py :
Basic Example
Drawbacks and Impact
No response
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: