When you are debugging an application and you choose to halt, the application will suspend until you issue a resume or step action. If you are debugging a multithreaded application and would like to stop one thread while allowing the others to run, you can disable the thread while the application is stopped. For information about disabling and enabling threads, see the related topic below.
To halt application execution, do the following:
This will halt the application. The current line of execution will be highlighted in the Debugger editor.
To resume a suspended application or job, do the following:
) in the Debug view toolbar.The application will resume execution and, if it runs to completion, call stack entries will no longer be displayed for the thread.