| |||
| Home > Using Macros for Debugging > Stopping execution of a macro | |||
When macros are run as commands they are queued for execution like any other debugger command when your program is executing. To stop execution of a macro, do one of the following:
Select Cancel Current Command from the Debug menu to cancel the last command entered onto the queue. This can be used to stop any macro that is running. This does not take effect until the previous command has completed and so any effects might be delayed.
Click Stop to
stop a macro that is attached to a breakpoint.