(building a small scene in manim for work and am recording features that would be nice for my workflow)
When debugging a scene, I find that I often want to check the state of data that is underlying the visualization. The nicest way to do these "debug" statements is to type cmd+' cmd+r to run selected lines (they may be as simple as printing shapes or values of existing objects). However, I then have to find the terminal that is running the active manim session to see the output.