Debugging a Program With dbx

Stopping Execution When Variables Change

To stop program execution if the value of a specified variable has changed:


(dbx) stop change variable

Keep these points in mind when using stop change: