Open gatoatigrado opened 10 years ago
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 ]
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 ]