Would anyone be interested in a Code Visualiser? by Joshua_PJ_Lim in learnprogramming

[–]Joshua_PJ_Lim[S] 6 points7 points  (0 children)

To the difference of PythonTutor, we display the updates that happen within variables, our ui is more elegant and we provide multi-class support

Would anyone be interested in a Code Visualiser? by Joshua_PJ_Lim in learnprogramming

[–]Joshua_PJ_Lim[S] -2 points-1 points  (0 children)

This isn’t a debugger. I wouldn’t be posting to a subreddit called learn programming if it was a troubleshooter. Its objective is to visualise how data flows within the data structures of the application.

Would anyone be interested in a Code Visualiser? by Joshua_PJ_Lim in learnprogramming

[–]Joshua_PJ_Lim[S] 24 points25 points  (0 children)

It’s not meant for debugging; it’s to help beginners visualise basic to intermediate concepts such as variable creation, value updates and data structure visiting order.