Show TOC

Displaying ExceptionsLocate this document in the navigation structure

Context

Did an exception occur when Navigating in the Debugger ?

Then the debugger notifies you of the exception by displaying a red '!' exclamation point in the left hand gutter of the editor window.

Use the following functions to display the location and attributes of an exception object.

Procedure

Use the context menu of the line marked with the '!' exclamation point to use these functions:
  • Go to Exception Raise Location: Jump to the location of the exception
  • Show Exception Variable: Display the attributes of the exception object.