Break Command (Run Menu)

See Also51QA2OF

Description

Stops execution of a program while it's running and switches to break mode9NQX0JY.  If a statement is being executed when you choose this command, that statement is displayed in the Code windowJ73QNY with a thin-line border around it, and highlighted in the colors you set with the Environment command on the Options menu.  If the application is waiting for events in the idle loop (that is, no statement is being executed), no statement is highlighted until an event occurs.

Some editing changes made during break mode may require you to restart your program for the changes to take effect.

This command is available only at run timeCYRM35.

Toolbar button:   Keyboard shortcut: Ctrl+Break.


See Also

Help:

Continue Command (Run Menu)AYXL9Y

End Command (Run Menu)cmdRunEnd

Restart Command (Run Menu)3NWWI7O

Start Command (Run Menu)cmdRunStart

 

Programmer's Guide:

Chapter 9, "Debugging"