Content deleted Content added
Capitalized leading R in “runtime systems” Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
Line 4:
==How it works==
Upon exception, the runtime engine calls an error interception tool that is attached to the runtime engine (e.g., [[Java
If the preference is to handle the exception, then based on handling preferences such as memory search depth, the error interception utility extracts memory values from heap and stack memories. This snapshot then produces the equivalent of a [[debugger]] screen (as if there had been a debugger) at the moment of the exception.
|