Displaying the Call Stack for Exceptions

To display the call stack for exceptions

This command determines whether the unit test is paused and the call stack is displayed when the unit test encounters an exception. A check mark is then displayed at the left of the menu item, indicating that the call stack is displayed for the failed test during a unit test run. When the call stack window is closed, the unit tests resume.

To toggle the display of the call stack for failed messages, select the Debug on Exception command again, to remove the check mark and run all of the unit tests without pausing.

You can also double‑click on a method that failed with an exception in the Results pane, to display call stack information.

The value of this command is saved in the DebugOnException parameter in the [JadeUnitTestRunnerUI] section of the JADE initialization file. This parameter is read and used when the application is next initialized.