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 want to modularize debugging, so related code is centralized, and we do cool stuff like using sys.settrace() to print all functions called [ stackoverflow.com/questions/8315389/how-do-i-print-functions-as-they-are-called ]