Skip to content

Commit 2229030

Browse files
committed
zh: kdnet: add windbg configuration image & fix typo.
1 parent a49ccba commit 2229030

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
195 KB
Loading

zh/WindowsDebug/SetupKDNET.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
```powershell
2121
# 在电脑的终端中执行,请确保你已经安装adb并配置了环境变量
2222
adb pull /sdcard/BCD D:\
23-
# 在确认已经推到手机以后,删除D:\BCD
24-
del D:\BCD
2523
```
2624
- 在电脑上打开一个**具有管理员权限**的终端,并设置调试模式:
2725
```powershell
@@ -35,6 +33,8 @@
3533
```powershell
3634
# 在电脑的终端中执行,请确保你已经安装adb并配置了环境变量
3735
adb push BCD /sdcard
36+
# 在确认已经推到手机以后,删除D:\BCD
37+
del D:\BCD
3838
```
3939
```bash
4040
# 在手机上以root权限执行:
@@ -49,6 +49,7 @@
4949
- 点击`Net`
5050
+ 在`Port Number`输入`50000`
5151
+ 在`Key`中输入`1.1.1.1`
52+
![Windbg Configuration Kdnet](Resources/SetupKDNET/WindbgConfiguration.png)
5253
- 点击下方的`OK`
5354
![Kdnet waiting for connection](Resources/SetupKDNET/KdNetWaiting.png)
5455

0 commit comments

Comments
 (0)