windbg_reload_symbols
Reload debug symbols in WinDbg to update debugging sessions. Use force to discard cached symbols and fetch fresh ones when symbols are stale.
Instructions
Reload symbols (cdb '.reload'). Use force=true to discard cached symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Pass /f to .reload |