From 53ce55a6ae69e99eeeafb938816cbacec8139af4 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Fri, 17 Jan 2025 13:20:39 +0530 Subject: [PATCH] Update README.md testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242d0732d0c..6cbd5a8325b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To configure this repo as an Intellij project, run `./gradlew idea` in the root Some of the modules make use of [Lombok](https://projectlombok.org/), which will compile correctly on its own. However, for Intellij to make sense of the Lombok annotations, you'll need to install the [Lombok plugin](https://plugins.jetbrains.com/plugin/6317-lombok-plugin) as well as [check 'enable' under annotation processing](https://www.jetbrains.com/help/idea/configuring-annotation-processing.html#3). -### Debugging +#### Debugging To start the JVM in debug mode, set the Java system property `DEBUG=true`: ```