mirror of
https://gitee.com/BDWare/cp.git
synced 2025-01-10 01:44:08 +00:00
support debug run
This commit is contained in:
parent
bb6c816119
commit
705305a9d8
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# 项目说明
|
||||||
|
## DebugRun说明
|
||||||
|
1.复制debugconf.json.template
|
||||||
|
```
|
||||||
|
copy debugconf.json.template debugconf.json
|
||||||
|
```
|
||||||
|
2.修改debugconf.json
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"agentHttpAddr": "127.0.0.1:18000",
|
||||||
|
"script": "xxx/xx/xxxx.ypk", //ypk路径
|
||||||
|
"pubKey": "04d1xxx", //在agent有权限的pubkey
|
||||||
|
"privKey": "df8" //pubkey对应的privkey
|
||||||
|
}
|
||||||
|
```
|
||||||
|
3.设置DebugMain的路径为:xxx/xxx/cp
|
||||||
|
```
|
||||||
|
执行DebugMain.main即可
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user