Sun Studio 12: Debugging a Program With dbx

stop

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


display x
when stop {print x;}