We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49ccba commit 2229030Copy full SHA for 2229030
zh/WindowsDebug/Resources/SetupKDNET/WindbgConfiguration.png
195 KB
zh/WindowsDebug/SetupKDNET.md
@@ -20,8 +20,6 @@
20
```powershell
21
# 在电脑的终端中执行,请确保你已经安装adb并配置了环境变量
22
adb pull /sdcard/BCD D:\
23
- # 在确认已经推到手机以后,删除D:\BCD
24
- del D:\BCD
25
```
26
- 在电脑上打开一个**具有管理员权限**的终端,并设置调试模式:
27
@@ -35,6 +33,8 @@
35
33
36
34
37
adb push BCD /sdcard
+ # 在确认已经推到手机以后,删除D:\BCD
+ del D:\BCD
38
39
```bash
40
# 在手机上以root权限执行:
@@ -49,6 +49,7 @@
49
- 点击`Net`
50
+ 在`Port Number`输入`50000`
51
+ 在`Key`中输入`1.1.1.1`
52
+ 
53
- 点击下方的`OK`
54

55
0 commit comments