JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Detailed exception information for unit tests

When the unit test runner executes a unit test and that unit tests raises an exception, currently the only information available is the exception number.

For many types of exceptions, additional information on the exception object (e.g. extended error text) can be critical to diagnosing the issue.

The suggestion is to add some way to display additional exception information to the unit test runner window - similar to the way the 'unexpected exception' window displays this information.

  • Guest
  • May 24 2023
  • Needs review
  • Attach files
  • Admin
    Patrick Pritchard commented
    10 Jun 02:05

    In the Unit Test dialog there is a menu item which will open the process.debug window on an exception, or an unhandled exception so you can inspect the exception object and navigate the callstack, its not the same but is likely more useful than just the extended error text from the exception.

  • William Cameron commented
    10 Jun 00:37

    in the unit test dialog there is a checkbox that will open the process.debug window when an any or unexpected exception occurs in a unit test