Some common methods of the. Reload command

Source: Internet
Author: User

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 ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.