This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/binw/bif.dbg

9 lines
217 B
Plaintext

* Syntax: bif <expr> <address>
*
* Synopsis: Break execution at the specified "address" when "expr"
* is true (non-zero result).
*
* Example: bif {ax == 0} malloc
*
break/set <2> {} {<1>}