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

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 :
- Option: It will select which type of variables should be displayed: Contour param, System variable,Temporary variable. Select one of this option display all possible variable in the next list box.
- Click on variable which value you want to read and actual variable value will be display in the Value window
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
- Select contour from Contour Choice which you want to debug
- Put break on some line of the test program (Select some line and click on break button)
- Click on start button
- When program is on break line, read variables value, Total result
- Press step button for execution break line or continue button
- Program will continue to the next break or (next line if you press Step button)
- Check again variable value and total result (or bracket result if bracket is activated)
- Continue till the last line or press Start/Stop button if you want to finish debug
- You can select other Contour for debug and continue process above or close Debug window for finish debug mode