Sun Studio 12 Update 1: Debugging a Program With dbx

cont at Command

The cont at 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.