fix a typo.
This commit is contained in:
parent
6d2e633c82
commit
7807310c02
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ SRV*c:\code\symbols\*http://msdl.microsoft.com/download/symbols;SRV*c:\code\symb
|
||||||
|
|
||||||
## Troubleshooting: Symbols will not load
|
## Troubleshooting: Symbols will not load
|
||||||
|
|
||||||
在 Windbg 中输入下列命令,打印出未什么 symbols 没有加载 :
|
在 Windbg 中输入下列命令,打印出为什么 symbols 没有加载 :
|
||||||
|
|
||||||
```
|
```
|
||||||
> !sym noisy
|
> !sym noisy
|
||||||
> .reload /f chromiumcontent.dll
|
> .reload /f chromiumcontent.dll
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue