Debugging a Program With dbx

stop

The process has stopped. Whenever the process stops such that the user gets a prompt, particularly in response to a stop handler, this event occurs. For example, the following are equivalent:


display x
when stop {print x;}