How does one use the Breakpoints in the Embed Editor?

I noticed that in the Embed Editor one can set breakpoints on the lines, but how can one use these? Or are these just leftovers from SharpDevelop?

Take a look at “Using the Clarion Debugger” in the help

The set breakpoint in the IDE is part of SharpDevelop and is not used by the Clarion debugger. I imagine the Clarion.Net environment might have used it, but we’ll never know.

You have to set the Breakpoints in the Debugger in the Source Window. They are not retained between runs.

Click on the Source Line then either press the B button, B Letter or Right Click and pick Breakpoint. The line turns Yellow … when it has focus. Below I set a Breakpoint on RETURN.

When another line is active it is Green and Breakpoints are Red