Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John Plaisted authored Sep 10, 2020
1 parent 66dd008 commit 368e1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For example, to debug `dathaub-gms`:

```
# Add this line to docker/datahub-gms/env/dev.env. You can change the port and/or change suspend=n to y.
JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=5005,server=y,suspend=n
JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,address=5005,server=y,suspend=n
```

```
Expand Down

0 comments on commit 368e1df

Please sign in to comment.