This site requires JavaScript, please enable it in your browser!
Greenfoot back
JohnSherer
JohnSherer wrote ...

2014/3/24

Huh? Small arrow in my source code!

JohnSherer JohnSherer

2014/3/24

#
I must have hit the wrong button or something, but a small, black arrow has appeared on the left side of my source code window. When I click it, it becomes highlighted in red, and when I click it again, the highlight is removed. I can't seem to find any way to delete or undo it. Worst of all, my code won't run! The class compiles without reporting any errors, but the world screen remains opaque. Can someone please help me? Thank you in advance.
davmac davmac

2014/3/24

#
Does restarting Greenfoot help?
JohnSherer JohnSherer

2014/3/25

#
Yeah, that's eventually what I did. It worked after that, but does anyone know what it was?
davmac davmac

2014/3/25

#
It sounds like a step mark. You must have used the debugger (perhaps without realising). The "highlight in red" is a breakpoint; you can set and remove those regardless of whether the step mark is there.
You need to login to post a reply.