Приглашаем посетить
Хемницер (hemnitser.lit-info.ru)

Reference: a

PreviousChapter 6
Debugging
Next
 

a

a [line] command

Sets an action to be done before the line is executed. The following steps are taken:

For example, the following prints the value of $foo (and "DB FOUND") every time line 53 is passed:

a 53 print "DB FOUND $foo\n"


PreviousHomeNext
6.2 Debugger CommandsBook IndexReference: A