Opening Object for Debugging

The development environment in the web application allows for debugging repository objects that use connected Fore units. The following objects can be debugged:

NOTE. Due to the features of implementation of asynchronous queries mechanism required for object debugging, object debugging in Astra Linux SE 1.6 OS is not supported. To provide correct object debugging in Astra Linux SE 1.7 OS, it is required to install and set up BI server.

To open an object for debugging:

  1. Open the Fore unit used by repository object in the development environment. Put breakpoints in required places.

  2. Select the Debug > Open Object for Debugging main menu item. The Select Object from Repository dialog box opens:

  1. In the dialog box that opens select the required repository object. To quickly find an object, start typing its partial or full name in the search string.

  2. Click the OK button.

After executing the operations the selected object debugging starts. The object will be opened for view in the new browser tab. If operations are being executed that may result in Fore code execution and reaching the breakpoint, the development environment tab header displays the Debugging text. Go to the development environment tab to continue debugging.

To pause object debugging, click the Pause Code Execution button or select the Debug > Pause Code Execution main menu item.

To finish object debugging, execute one of the operations:

See also:

Running and Debugging