Edit Object find page
Object module page

Object debug window

This window is displayed when user click on Debug object button on Object module window. It will open debug window on object program according cursor position on object program window
Object debug

Test program window

Test program window displays selected object program.

Command

Window displays command expression of line where is put cursor in Test program window

Status

Window displays Actual status of debugging.

Variable watch

Window display 3 types of variables :

Total result

It will display Total result (True or False) in the actual debug line. Total result is meaning, result which select if object is set on specified contour. Bracket result It will display result of actual bracket (True or False) if bracket was used on actual debug line.

Choice Contour

It can be select contours which parameters will be debugs. There are all active contours in the list

Start/Stop button

It will start of debug process if debug was not started or stop debug process if debug process was started

Break button

Put break on selected test program line (select it by cursor). When is break on some line, debug program is stopped and waiting for Continue, Step or Stop button. It can be read actual variable value on this step

Continue button

This button is active when debug is in break mode. When Continue button is pressed, debug is continue till next break or till end of program.

Step button

This button is active when debug is in break mode. When Step button is pressed, debug execute one step (on the break line)and stop.

Debug process