Update command to run GitBucket in debug.md (#3708)

This commit is contained in:
Naoki Takezoe
2025-02-05 22:52:49 +09:00
committed by GitHub
parent fefe6ef74f
commit 249f8738d3

View File

@@ -12,7 +12,7 @@ javaOptions in Jetty ++= Seq(
Run GitBucket:
```shell
$ sbt ~jetty:start
$ sbt ~container:start
```
In IntelliJ, create remote debug configuration as follows. Make sure port number is same as above configuration.