This can be considered as the debugger setup. From the Debugger page, click on the Break Rules icon found on the ribbon bar. The Debugger Break Rules page opens, as shown in the following screenshot:
In Microsoft Dynamics NAV 2018 and in Microsoft Dynamics 365 Business Central, you can find three basic options for the debugger feature:
- Break On Error: If the debugger is set to Break On Error, it breaks execution both on errors that are handled in code and on unhandled errors. By default, the debugger is set to Break On Error.
- Break On Record Changes: If the debugger is set to Break On Record Changes, it breaks before creating, ...