A non-continuable break loop is activated when an error causes program interruption and the Break on Error option is set. In a non-continuable break loop, you can access all variables in the error environment, but you cannot continue program execution or execute any of the Step commands. To distinguish between continuable and non-continuable break loops, check to see if the Step and Continue toolbar buttons are active.
To leave a non-continuable break loop step, use either the Reset to Top-Level command to jump to the Console top-level loop, or Quit Current Level to return to the previous break loop level.