Sun Studio 12 Update 1: Debugging a Program With dbx

rerun Command

The rerun command runs the program with no arguments. It has identical syntax and identical functionality in native mode and Java mode.

Syntax

rerun

Begin executing the program with no arguments.

rerun arguments

Begin executing the program with new arguments by the save command (see save Command).