-
-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(debugger): passing debugger to app #3967
base: main
Are you sure you want to change the base?
Conversation
…ost_mortem() protocol
…ost_mortem() protocol
…pdate import statements
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3967 +/- ##
=======================================
Coverage 98.34% 98.35%
=======================================
Files 347 348 +1
Lines 15743 15768 +25
Branches 1740 1741 +1
=======================================
+ Hits 15483 15508 +25
Misses 124 124
Partials 136 136 ☔ View full report in Codecov by Sentry. |
) -> Optional[NoReturn]: ... | ||
|
||
|
||
Debugger: TypeAlias = Union[ModuleType, PDBProtocol, IPDBProtocol, PDBRProtocol, PUDBProtocol] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about that
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3967 |
Description
Passing
debugger_module
variable to apppost_mortem
methodCloses
#3949