[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.2 Break conditions
Conditions may be associated with breakpoints inside debugged code. The syntax is:
bcond BNUM EXPRESSION
-
Specify EXPRESSION as the break condition for breakpoint number BNUM. EXPRESSION is an expression that is evaluated in the environment of the breakpoint. That is EXPRESSION may uses local variables. If EXPRESSION is made of uppercase symbols, it is interpreted as a Bigloo expression and is thus evaluated by the Bigloo interpreter. Otherwise it is interpreted as a C expression.
This document was generated on March 31, 2014 using texi2html 5.0.