Blogs
Fix for debugging Liferay 7.1 from Intellij IDEA
Problem:
Running Liferay 7.1 from IDEA in Debug mode throws the following error by default:
java.lang.NoClassDefFoundError: com/intellij/rt/debugger/agent/CaptureStorage
However, Run mode works without any issues.
Fix:
Disable Instrumenting agent in "Settings | Build, Execution, Deployment | Debugger | Async Stacktraces":
Hope, this will help :)
Vitaliy