The. Reload/F Command forces the debugger to parse all the symbol files associated with the module immediately.
So I thought, is there any command to immediately remove all the symbol files associated with the module? I couldn't find it after searching for a long time, and finally found that the reverse command of. Reload/F is. Reload.
Other Forms
==============
. Reload <module>
Discard the symbol information of the module <module>. Any action to parse the symbol will re-load the symbol file from the hard disk.
. Reload/F <module>
Force the debugger to immediately load and parse the symbol files related to the module.
Note:
==============
Maybe you are the same as me. At the beginning, you may be confused with the. Reload,. load, and. loadby commands.
Let's talk about it here.
The. Reload command is used to load and discard symbol files (PDB ).
The. Load and. loadby commands are used to load debugger extension (SOS. dll, or psscor2.dll ).