This site requires JavaScript, please enable it in your browser!
Greenfoot back
rachpaguia@gmail.com
rachpaguia@gmail.com wrote ...

2017/3/16

STOP SIGN

Hi, there's like a stop sign at the left side of my code. Does anyone know what it means and how to get rid of it?
danpost danpost

2017/3/16

#
rachpaguia@gmail.com wrote...
Hi, there's like a stop sign at the left side of my code. Does anyone know what it means and how to get rid of it?
Just click on it to remove it. It is a break-point indicator. If you run the code with the sign there, the program will stop in the middle of execution at that line of code (it is a debugging feature).
You need to login to post a reply.