www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Availability
Disassembly view
(Toolbar) : Debug
Description This command enables you to temporarily halt execution of the currently running embedded code.
Use After launching the command, execution of the code will halt. To resume execution, click the Run button on the Debug toolbar, or use the F9 shortcut key.
Notes While this is a quick method of stopping a running program, it is not such an accurate one. A better method of halting program execution at a specific point in the code is to add a breakpoint.
Process EditEmbedded:Break