Skip to content

Commit

Permalink
make debug info docs more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Aug 4, 2020
1 parent fba257f commit 822d91e
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 @@ -23,7 +23,7 @@ Note: internally we have a dev database available with the public data set that

### 🕵️‍♀️ Debugging

If you want to attach a debugger you can change the `JAVA_OPTS` parameter in the docker-compose file to: `-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005` and make sure to expose that port by adding `5005:5005`.
If you want to attach a debugger you can change the `docker-compose.yml` file to include the paramaters: `-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005`. <ake sure to expose that port by adding `5005:5005` in the ports section of the cbioportal container.

You can then use a JAVA IDE to connect to that port. E.g. in [VSCode](https://code.visualstudio.com/), one would add the following configuration to `launch.json` to connect:

Expand Down

0 comments on commit 822d91e

Please sign in to comment.