3 years ago
Debug transactions with stack trace
See the line of code where the exception was thrown on the STACK TRACE section. This important information can help you figure out where things went wrong or how various subroutines work together during execution.
When will I see the stack trace? At the moment the stack trace is available for traced Python functions.