Open the Debugger Break Rules window.
Specifies rules for breaking code execution.
Rule | Description |
---|---|
Break on Error | The debugger breaks execution when an error occurs. By default, the debugger breaks on errors. |
Break on Record Changes | The debugger breaks execution before a change to a record occurs. If you specify that the debugger breaks on record changes, then it breaks before the following:
By default, the debugger does not break on record changes. |
Skip Codeunit 1 | Skip code in codeunit 1 when you break code execution and when you step into, step over, or step out of code. By default, the debugger skips codeunit 1. |
The settings in this window are persisted in the database for the user ID that set them.
Tip |
---|
For more information about how to navigate in the user interface, see Work with Microsoft Dynamics NAV. For more information about how to find specific pages, see Search. |