Code reading is one of the best ways to learn to code. However, when reading the code of a complex project, for instance Among Us from TimMcCool, it is frustrating to figure out how functions are been called and the sequencing of events.
With Gandi Terminal, you can insert a trace block under each function and event. When functions are called or events are dispatched, the Terminal will print a message to help you figure out the sequencing, as shown below: