Search notes:

j

j is the if-then-else command: it executes one or the other command depending on the value of an expression:
j Expression Command1 ; Command2 
j Expression 'Command1' ; 'Command2' 

See also

j might be especially useful to set conditional breakpoints.

Index