jrincayc / ucblogo-code

Berkeley Logo interpreter
https://people.eecs.berkeley.edu/~bh/logo.html
GNU General Public License v3.0
187 stars 34 forks source link

Fix debug statements #142

Closed jrincayc closed 1 year ago

jrincayc commented 1 year ago

The debug statements had formatting issues and would be printed in different places (some to standard out, and others to the graphic screen). This fixes that.

dmalec commented 1 year ago

I built from the feature branch and enabled DEBUG - this is a very nice improvement for debugging :)

Reviewed and approve.