Debugging a Program With dbx

cont at

This dbx command alters the order in which the program runs. Execution is continued at line line. id is required if the program is multithreaded.


cont at line id

This could change the outcome of the program.