|
 |
|
|
Reloading a Recompiled Executable
If you edit and recompile your program while you are debugging it, you can load the updated program, as follows:
- Confirm that all processes using the executable have exited. If they have not, invoke the Process > Detach or Group > Delete commands from the Process Window.
- Confirm that duplicate copies of the process do not exist by using the shell's ps command. If duplicate processes exist, delete them using the shell's kill command.
- In the Process Window, select the Group > Reload Symbols command. TotalView updates the Process Window with the new source file and loads the new executable file.
|
|
|
|
|