Loading...
 

InstantView® development tools

InstantView® Development tools

The following tools are available for the development of applications with InstantView® and especially for the search and removal of errors:

  • Debugger
    a debugger is integrated in the VSCode editor(further notes ... )
  • Profiling
    the Statement Profile activates a profiling mode at the InstantView® level; this can be used to answer questions about the performance of an application.
    Information about the effectiveness of database accesses is provided by a profiling protocol that is activated with the SetHooks() function of the Object Manager. The result provides information about page-fetching activities, embedded in a profiling log, so that the assignment to the triggering InstantView® statements is visible.
  • Monitor window
    The monitor window allows you to enter InstantView® instructions and execute them immediately (command line mode). It also provides information about the interface object for which it was called.
  • Trace mode for selected CyberEnterprise® functions
    Debuggers and profilers look at InstantView® statements; i.e. the call of a function is an elementary unit whose inner process cannot be followed further. You can see for which object a function was called and you can see the parameters. What you can no longer see: Which objects are used by a complex function that navigates to many other objects?
    A trace mode therefore exists for selected functions of the CyberEnterprise® (further notes ... ).