Freescale-semiconductor Microcontrollers Manuel d'utilisateur Page 800

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 892
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 799
Debugger Engine Commands
Debugger Commands
800
Microcontrollers Debugger Manual
bckcolor yellow
at 1000 bckcolor white
ENDIF
The following log file is generated:
!define truth = 1
!IF truth
! bckcolor blue
! at 2000 bckcolor white
!else
!- bckcolor yellow
!- at 1000 bckcolor white
!ENDIF
When commands executed from a command file are logged, all executed
commands that are in the FOR loop are logged the number of times they have been
executed. That is, a command file executed with the CF or CALL command
without the NL option and with the CMDFILE flag of the LOG command set to
TRUE.
Example 2:
When executing the following file:
define i = 1
FOR i = 1..3
ls
ENDFOR
The following log file is generated:
!define i = 1
!FOR i = 1..3
! ls
i 0x1 (1)
!ENDFOR
! ls
i 0x2 (2)
!ENDFOR
! ls
Vue de la page 799
1 2 ... 795 796 797 798 799 800 801 802 803 804 805 ... 891 892

Commentaires sur ces manuels

Pas de commentaire