Debugging a Program With dbx

Stopping Execution When Modified

To stop program execution when the contents of an address is written to:


(dbx) stop modify &variable

Keep these points in mind when using stop modify: