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
Glad to take a look at my own stack-snapshot library: PyStackSnapshot.
It works differently from traceback_with_variables as it directly modifies the initialization process of all built-in exception classes at a lower level, which is more flexible.
Glad to take a look at my own stack-snapshot library: PyStackSnapshot.
It works differently from
traceback_with_variablesas it directly modifies the initialization process of all built-in exception classes at a lower level, which is more flexible.