Update README.md

Co-authored-by: Max Leonov <mleonov@redhat.com>
pull/503/head
Igor Vinokur 2023-04-19 14:25:19 +03:00 committed by GitHub
parent 8983f08c1e
commit bc014fe91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Run `mvn clean install` to build. Activate a faster profile build by adding `-Pf
# Debug
1. Deploy Che to a [Red Hat OpenShift](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-on-openshift-using-cli/) or [Minikube](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-on-minikube/) cluster by using a previously built image: `chectl server:start --platform=<openshift / minikube> --cheimage=<docker registry>/<your account>/che-server:next`.
2. Enable local debug of Eclipse Che server: `chectl server:debug`.
3. In your IDE create a new Remote JVM Debug configuration on `localhost:8000`.
3. In your IDE, create a new Remote JVM Debug configuration on `localhost:8000`.
4. Hit a breakpoint in the code and activate the debug configuration.