docs

Technical Information Dialog

The Technical Information dialog shows details of the OpenUI5 version currently being used in an app built with OpenUI5. You can use the Technical Information dialog to enable debug resources and open additional support tools to debug your app.

To open the technical information dialog from within a supported desktop browser, use the following shortcut:

[Ctrl] + [Shift] + [Left-Alt] /[Left-Option] + [P]

The dialog contains the following information:

You can download the technical information, so that you can attach it to a ticket for example, by clicking Copy.

Loading Debug Sources

For performance reasons, the OpenUI5 files are loaded in a minified version, this means that all possible variable names are shortened and comments are removed. This makes debugging harder because the code is less readable.

For debugging, you first have to load the Debug Sources. You have the following options:

If you only want to load the debug sources for specific packages, you have the following options:

After reloading the page, in the Network tab of the browser’s developer tools you can see that the controls and framework assets are now loaded individually and have a -dbg suffix. These are the source code files that include comments, the uncompressed code of the app, and the OpenUI5 artifacts.

Choose [Ctrl] + [O] (Windows) or [Command] + [O] (macOS) and type the name of an OpenUI5 artifact to view its source code in debug mode.

Note:

Turning on debug sources also increases the log level. For more information, see Logging and Tracing.

To improve performance, you must deactivate the debug sources once you’re done with debugging.

Technical Information Dialog on Mobile Devices

On mobile devices, the Technical Information dialog provides some additional features.


Technical Information Dialog on Mobile Devices

![Technical Information in Mobile App](/docs/04_Essentials/images/loiof11a08225adf4264a9ec9cbc2daad467_LowRes.jpg) ![Technical Information in Mobile App](/docs/04_Essentials/images/loiod1e10c1bbf3d4983b8c2e39db7dbcdb0_LowRes.jpg)
![Technical Information in Mobile App](/docs/04_Essentials/images/loioca7ba5f050484b99bede25b6c720ce30_LowRes.jpg) ![Technical Information in Mobile App](/docs/04_Essentials/images/loiofc573fe3283d4e6da322a54e70bda756_LowRes.jpg)

Accessing the Technical Information Dialog on Mobile Devices

To open the Technical Information dialog on your mobile device, proceed as follows:

  1. Press two fingers on a noninteractive screen area (for example, a blank area) for at least 3 seconds.
  2. Tap with a third finger while holding the other two on the screen.

Restriction:

Gesture for opening the technical information dialog


Using the End-to-End (E2E) Trace Function

The E2E Trace is used to create an XML file that traces the communication to a different part of your app.

To start the E2E Trace, proceed as follows:

  1. Select the detail level from the Trace Level dropdown list.
  2. Choose Start.
  3. Navigate to a different part of the application.

As a result, a dialog box opens indicating that your transaction has finished. Choose OK to continue running the current trace. Choose Cancel to stop the trace and display the result in a new window.

After stopping the trace, you can view the result and (optionally) upload it to a server by entering a host name and a port number, and then choosing Submit.

Note:

The result of the last completed trace is also visible in the XML Output field when you open the Technical Information dialog again.