Break Command (Run Menu)

Microsoft Visual Basic User Interface

Break Command (Run Menu)

   

Stops execution of a program while it's running and switches to break mode. Any statement being executed when you choose this command is displayed in the Code window with in the left margin if you checked Margin Indicator Bar in the Editor Format tab of the Options dialog box. If the application is waiting for events in the idle loop (no statement is being executed), no statement is highlighted until an event occurs.

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

Toolbar button:   . Keyboard shortcut:  CTRL+BREAK.