Debugging a Program With dbx

Controlling the Speed of a Trace

In many programs, code execution is too fast to view the code. The dbxenv trace_speed allows you to control the delay after each trace is printed. The default delay is 0.5 seconds.

To set the interval between execution of each line of code during a trace:


dbxenv trace_speed number