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 fix then run. Using run is faster because it does not relink the program.