gann-cdf / turtle-logo

Java-based turtle logo for introductory programming courses
GNU General Public License v3.0
1 stars 1 forks source link

Terrarium refresh should be in a separate thread, to allow debugging an (non-animated) turtle #3

Open battis opened 3 years ago

battis commented 3 years ago

Right now, entering the debugger blocks terrarium repaints, so stepping through the Turtle instructions has no visible effect.

battis commented 3 years ago

Double-check if SwingUtiltiies.invokeLater() or SwingWorker threads are being used. Probably not... but should be!