BuggleInc / webPLM

Web Interface of the PLM (JavaScript + Play framework)
https://plm.telecomnancy.univ-lorraine.fr
GNU Affero General Public License v3.0
11 stars 14 forks source link

An infinite loop loops infinitely (stop button is useless) #71

Closed mquinson closed 8 years ago

mquinson commented 9 years ago

the following code on the first buggle exercise causes problem.

  while (true) {
    left();
  }

Of course, the buggle loops turning to the left. I can still use the UI, which is good. But I am unable to stop the buggle by pressing the Stop button (the little square that takes the place of the run button).

It'd be more intuitive to the user if I could interrupt everything by pressing on that button, please.

Thanks,

mquinson commented 8 years ago

:+1: