PAVE [OBSOLETE] .Reload (Reload Module)

Note

This command is not supported in Visual Studio 2012.

Deletes all symbol information for the specified module, then reloads these symbols as needed.

.Reload [/d] [/l] [/v] [/w] [-?] [module]

Arguments

  • module
    Specifies the name of an image on the target system to reload symbols for on the host computer. The module should include the name and extension of the file.

Switches

  • /d
    Reloads all modules in the module list of the debugger. This is the default behavior during user-mode debugging when no switches are specified.

  • /l
    Lists all modules.

  • /v
    Enables verbose mode.

  • /w
    Specifies that module will be treated as a literal string, preventing the expansion of wildcards.

  • -?
    Displays the help for this command.

See Also

Other Resources

PAVE [OBSOLETE] NTSD Command Support