Skip to content

Commit

Permalink
add debug port
Browse files Browse the repository at this point in the history
  • Loading branch information
yejingtao committed Jul 25, 2019
1 parent 5abc32d commit d5d32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ modified as needed in `build.gradle`.
nohup sh -c "./gradlew --daemon 2>&1 | tee /tmp//orca.log | cat >/dev/null" >/dev/null &
```

Jvm远程调试(调试端口):
Jvm远程调试(调试端口8183):
```
nohup sh -c "./gradlew -DDEBUG=true --daemon 2>&1 | tee /tmp//orca.log | cat >/dev/null" >/dev/null &
```
Expand Down

0 comments on commit d5d32db

Please sign in to comment.