Trace the Error's Path in the Call Stack
To understand and solve errors, you need to be able to trace the error's path through the code. Through the Automated Root Cause (ARC) screen, OverOps reveals the full call stack - from entry point to the method in which the error occurred - even across multiple machines.
The call stack for the error is displayed on the left hand side of the ARC screen. OverOps tracks the code and variables state for the error all the way back to its entry point into the code, where the parameters were passed into it. If the error involves calls across multiple machines, OverOps displays a unified call stack.
Click a method in the call stack to open it on the right hand side.
Related Articles
Updated over 4 years ago