User guide

98
VTB USER GUIDE
13 APPLICATION DEBUG
The DEBUG utility allows to control, both read and write, of all the application variables, to insert BREAK POINT and to
execute the code STEP by STEP. That makes more simple the development of the application. The application DEBUG
can be execute by RS232 port as well as ETHERNET.
When the serial port is used, the PC must be connected to the first port of the target hardware (SER-1/ PROG).
WARNING: If application uses the first serial port, (ex. MODBUS, etc. ) DEBUG will not work.
13.1 Button bar
Add a variable to the WATCH window.
It allow to insert a variable which will be update in REAL time and it will be also written.
Writing in the field Nome VARIABILE the alphabetical list of the variables of the project will appear making the searching
very simple. Variables can be added also in the following ways:
Drag&Drop. Select the desired variable in the code window and drag it in the WATCH window.
Right button. Click with the right button on the selected variable and then Send to Debug.