Verification Layer Settings
The Verification Layers perform the testing for Application Verifier. This section of the properties contains the settings to enable or disable each of the three available verification layers: Heap Verifier, Handle Verifier, Lock Verifier. Each of these have four settings to select from:
Disable
Turns off the selected verification layer and will not test your project with the corresponding test.
Enable - On Error Break and Log
This is the default selection for each verification layer.
Turns on the selected verification layer and when an error occurs it will stop running, display the error in the form of a Verifier Stop Message, and log it in the Task List. In order to continue verifying the application, select Continue on the message. It is recommended that you select Break on the dialog, leverage the information provided in the Tool Window and the debugger to find the problem.
Enable - On Error Break
Turns on the selected verification layer and when an error occurs it will stop running and display the error in the form of a Verifier Stop Message. This selection will not log an entry in the Task List. In order to continue verifying the application, click Continue. It is recommended that you select Break on the dialog and leverage the debugger to find the problem.
Enable - On Error Log and Continue
Turns on the verification layer and when an error occurs it will log the error in the Task List and continue to run through the tests. This selection will not display the Verifier Stop Message.