Use some sort of debugger for code #2224
erwindenboer
started this conversation in
Suggestions and Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
It would be nice to highlight some line of code like a debugger when using the code Mobject. For example, while explaining pointers, it can be nice to highlight one particular line of code for what the variables are at that moment. For now, Transform can be used, but that makes it harder to keep track of where you are in a code snippet.
For now the following is used:
`from manim import *
But I would like to highlight the line
int a =0
such that I can explain what this code means in memory.Beta Was this translation helpful? Give feedback.
All reactions