Files
eiffel-org/documentation/19.05/eiffelstudio/eiffelstudio-reference/debugger/stack-overflow-prevention.wiki
jfiat 5c23b7c968 Added release 19.05.
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2152 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2019-05-19 11:17:36 +00:00

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. }}