Hello,
I'm quite desperated about the issue that my InelliJ does not stop at defined breakpoints during debug mode. Neither it works at my AEM 6.4 instance nor AEM 5.6. The console output of ide says that exists a connection to aem instance. I'm using commercial edition of IntelliJ in version 2019.2.3 . Additional I've got a new fresh installation of Windows 10 on my computer. What can I do?
I have researched a lot of time for solving this issue, without no success. Some external consultants cannot reproduce this.
Thanks in advanced.
Solved! Go to Solution.
Views
Replies
Total Likes
Accendently I could solve this issue. I did follow way:
For now I have to use the startscript to start the enviroment. What ever circumstances are in charged for this action.
Did you use this:
You can run the AEM application from IntelliJ. To run the application, you have start AEM in debug mode by using the following command from the folder where the AEM quick start is located:
java -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=30303,suspend=n -jar cq5-author-p4502.jar
Views
Replies
Total Likes
I have already tried this this way and it did not work.
Views
Replies
Total Likes
Accendently I could solve this issue. I did follow way:
For now I have to use the startscript to start the enviroment. What ever circumstances are in charged for this action.
Views
Likes
Replies