{ Wiki Markup
Scrollbar |
---|
Have you ever hit an error in some code and been faced with a giant stack trace, and no clue what that means? Us too. We wished there was a way for the exception to describe the path to the error not (just) in terms of which methods called which methods, but what operations triggered what other operations. That's the OperationTracker.
...
The output identifies operation depth (the number in square brackets), whether the operation is starting (–>) or finishing (<–), and even the execution time of the operation.
Scrollbar |
---|