browser()
c
exit the browser and continue execution at the next statement.
f
finish execution of the current loop or function
n
evaluate the next statement, stepping over function calls. For byte compiled functions interrupted by browser calls, n is equivalent to c.
s
evaluate the next statement, stepping into function calls. Again, byte compiled functions make s equivalent to c.