Language:
Русский
English
┌────────────────────┐
│ [X] Stack Checking │
└────────────────────┘
[X] When you check Stack Checking, the compiler generates code to check that space is available for local variables on the stack before each call to a procedure or function.
If the check fails, the program halts with a run-time error.
[ ] When Stack Checking is unchecked, no such code is generated.
Stack Checking is equivalent to {$S}