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@1942 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
20 lines
842 B
Plaintext
20 lines
842 B
Plaintext
[[Property:title|Debugging preferences]]
|
|
[[Property:weight|-4]]
|
|
[[Property:uuid|05e820ff-917f-e41f-d921-990283ac886f]]
|
|
Debugger preferences are available as part of the [[EiffelStudio Preferences]].
|
|
|
|
The debugger section of the EiffelStudio preferences looks like this:
|
|
|
|
|
|
[[Image:debugging-tools-preferences]]
|
|
|
|
|
|
The EiffelStudio preference documentation contains a guide to the [[Debugger Preferences]].
|
|
|
|
Some preferences have an effect upon the speed at which the debugger can display objects:
|
|
* Enable/disable the debug_output display (see [[Debug output|debug output]])
|
|
* Enable/disable the full generic type display (for example, <eiffel>ARRAY [INTEGER]</eiffel> is displayed, instead of only <eiffel>ARRAY</eiffel>)
|
|
* To avoid infinite evaluation processing, the debugger aborts evaluation after "max evaluation duration" timeout.
|
|
|
|
|