Is this feature request still in progress? When an exception occurs the call stack only shows the line number of the statement in the catch, not the actual line number of what caused the exception. This makes it very difficult to track down where the exception accually occured. The exception object doesn't seem to have the line number in it either. I am forced into going back through previous log.messages in the log before the exception occured and guessing at where the exception actually came from. I am using jscript in TestComplete 10.3 if that matters.