Sun Studio 12 Update 1: Debugging a Program With dbx

Changing an Executed Function

If you made changes in a function that has already executed, the changes have no effect until:

If your modifications involve more than simple changes to variables, use the fix command, then the run command. Using the run command is faster because it does not relink the program.