‑‑runtime_checking
Syntax
‑‑runtime_checkingparam,param, ...
Parameters
param is one of:
| Checks for signed or unsigned overflow in integer operations. |
| Checks for implicit or explicit integer conversions resulting in a change of value. |
| Checks for division by zero. |
| Checks for bit loss or implementation-dependent results when shifting. |
| Checks for unhandled cases in |
| Checks for accesses outside the bounds of arrays and other objects. |
| Tracks pointer bounds, but performs no checks. See also |
For use with
The compiler
Description
Use this compiler option to enable runtime error checking.
See also
Introduction to runtime error checking.
Caution
To set related options, choose:
Project>Options>Runtime Checking