Files
eiffel-org/documentation/19.05/eiffelstudio/eiffelstudio-reference/eiffelstudio-preferences/preferences-reference/debugger-preferences.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

47 lines
1.7 KiB
Plaintext

[[Property:title|Debugger Preferences]]
[[Property:weight|4]]
[[Property:uuid|79daaf39-447d-9437-8551-4ebbd78bd165]]
This category contains preferences that are specific to the EiffelStudio Debugger and the debugger tool. These preferences are: <br/>
{| border="1"
|-
| '''Label in the preferences window'''
| '''Complete Description'''
|-
| Critical stack depth
| Stack overflow detection: depth of stack at which execution will pause and ask whether it is ok to continue (only works in classic Eiffel).
|-
| Debug output evaluation
| Display DEBUG_OUTPUT.debug_output for objects whose base class inherits from DEBUG_OUTPUT.
|-
| Default displayed string size
| Default number of displayed characters of a STRING (increasing this value might slow down debugging).
|-
| Default expanded view size
| Default number of displayed characters in the expanded view (increasing this value might slow down debugging).
|-
| Default maximum stack depth
| Default number of call stack elements shown in Call Stack tool (-1 to show all of them).
|-
| Delay before cleaning objects grid
| Delay in milliseconds before cleaning the Objects tool view.
|-
| Dotnet debugger
| Which .NET debugger to launch.
|-
| Expanded display background color
| Background color for expanded display view (default is white, change it to better see white spaces in displayed text).
|-
| Generating type evaluation
| Display the base type of an object if enabled, otherwise just the base class (disabling it might speed up debugging).
|-
| Interrupt every n instructions
| Number of instructions that will be executed before interrupting the execution.
|-
| Max evaluation duration
| Number of seconds to wait before cancelling an evaluation.
|}