I am developing some tests for Condition Service in FHIR module.
I am using Intellij IDEA. I debugged the tests using mvn clean install -Dmaven.surefire.debug command. How can I debug the code while debugging tests. Is there any port to be set in any of configuration file?
It worked now. I think my code was not synked. We can debug the code by setting remote debugging with the default port 5005 and building with command mvn clean inall -Dmaven.surefire.debug
Yes. It was supporting. But it didn’t support till I raise this in the mail thread. My bad. May be I have done some thing else before. However it worked smoothly with Intellij.