Skip to main content

break mode

Temporary suspension of program execution in the development environment. In break mode, you can examine, debug, reset, step through, or continue program execution. You enter break mode when you:

  • Encounter a breakpoint during program execution.
  • Press CTRL+BREAK during program execution.
  • Encounter a Stop statement or untrapped run-time error during program execution.
  • Add a Break When True watch expression. Execution stops when the value of the watch changes and evaluates to True.
  • Add a Break When Changed watch expression. Execution stops when the value of the watch changes.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>