home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: stepi Chapter 20
Program Debugging
Next: Reference: stopi
 

stop

stop 

restriction

 [
if 


cond

]

Stop execution if specified restriction is true. See trace about cond .

Restriction

at n

Source line n is reached.

if cond

Condition cond is true.

in func

Procedure or function func is called.

inclass class

Each method of C++ class is called.

infunction func

Top-level function in a C++ module is called.

inmethod member

Named member of any C++ class is called.

var

Variable var has changed.


Previous: Reference: stepi UNIX in a Nutshell: System V Edition Next: Reference: stopi
Reference: stepi Book Index Reference: stopi

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System