Sun Studio 12 Update 1: Debugging a Program With dbx

fix Command

You can use the fix command to make immediate changes to your program:


fix

Although it is a very useful tool, the fix command recompiles modified source files and dynamically links the modified functions into the application.

Make sure to check the restrictions for fix and continue. See Memory Leak (mel) Error.

For more information, see fix Command.