Go to file
2024-12-24 13:01:51 +08:00
lib
src purne codes 2024-12-24 13:01:51 +08:00
.gitignore
build.gradle purne codes 2024-12-24 13:01:42 +08:00
debugconf.json.template
LICENSE chore: changes LICENSE 2023-10-08 02:05:45 +00:00
README.md

项目说明

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即可