mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2152 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
25 lines
767 B
Plaintext
25 lines
767 B
Plaintext
[[Property:title|Stack overflow prevention]]
|
|
[[Property:weight|-6]]
|
|
[[Property:uuid|bd988599-a444-6090-c3c4-a5c7de20b294]]
|
|
Stack overflow prevention makes it possible to have the debugger detect stack overflow situations and warn you before they occur.
|
|
|
|
You can control this option through a dialog accessible via the menu path:
|
|
|
|
<code lang=text>
|
|
Execution --> Overflow prevention...</code>
|
|
|
|
|
|
The dialog 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|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. }}
|
|
|
|
|
|
|