mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
14 lines
612 B
Plaintext
14 lines
612 B
Plaintext
[[Property:title|Stack overflow prevention]]
|
|
[[Property:weight|-6]]
|
|
Accessible via the '''Debug/Overflow prevention...''' menu, this command makes it possible to detect stack overflows before they occur. Selecting it pops up a dialog that lets you decide at which call stack depth a warning should be issued.
|
|
|
|
[[Image:stack-overflow-dlg]]
|
|
|
|
By default a warning is issued when the debugged program reaches a stack depth of 1,000 elements.
|
|
|
|
{{note| '''Note''': Once an application has stopped at the selected level, it will not stop again until its stack depth goes below the critical stack depth again. }}
|
|
|
|
|
|
|
|
|