Ammar34
Ammar34
> Depends on what you mean by debug, I guess. What i mean by debugging is to see if there are any bugs in the code and it is behaving...
> If your demand is to debug your code which use manim library to generate video file, refer to below page. It explains the way of debugging with PyCham program...
> You could always try using `pdb` for most debugging purposes by the way. Just `import pdb` and then `pdb.set_trace()`. I'd suggest reading into it even for general Python debugging....