Debugging a Program With dbx

fix

You can use fix to make on-the-fly changes to your program:


fix

It is a very useful tool, but remember that fix recompiles modified source files and dynamically links the modified functions into the application.

Make sure to check the restrictions for fix and continue. See Chapter 11, Fixing and Continuing."