How to add debug configuration
Hi,
I have started my AEM instance in debug mode using the below command. But not getting how to add debug configuration in my IDE. Could you please guide me on this?
command I used
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar AEM_6.5_Quickstart.jar
Thanks.


