Procedure Debugger User Interface

Prev Next

Watch the Procedure Debugger walk through each step of a procedure updating the vales of the variables on the watch list.

eCASE Procedure Debugger interface showing user selection and procedure options.

Description

Details

A

Sources – Target User

Select one target user that will trigger the procedure or event handler to execute. Start typing a user name in the search box, a list of usernames will populate based on the criteria entered. Select the user you were searching for to set the Target User.

B

Sources – Procedures

List of procedures and event handlers that can be tracked while running the debugger for this application. See the Sources – Procedures subsection for details.

C

Procedure Debugger Canvas

Displays the code blocks of the procedure after the procedure has been selected

D

Watch List

Search for parameters, variables, and returns to watch their values change as the debugger executes

E

Toolbar

Start and Stop the debugger from executing the procedure

Start the debugger by selecting Start. After starting the debugger wait for fifteen seconds before the Target User initiates the event/procedure (this allows the cache to reset, the amount of time varies, but max takes 15 seconds) . This will count against the one minute that the debugger will wait for the targeted event/procedure to be triggered before it stops collecting debug data. Please make sure to trigger your event/procedure in ecase within the time limit. If the debugger hits a break point within the one minute of the debugger running, then the one minute will reset and eCASE will pause, waiting for execution. To restart the execution select the Continue button. If you do not continue before the one minute has passed, then eCASE will automatically continue execution, but the debugger will not finish executing.

Stop the debugger by selecting Stop