Breakpoints in Intelij Idea Not Working in Debug Mode
I am facing an issue that breakpoints in IntelliJ Idea aren't working in debug mode in Windows 11. While it was working fine few days back when I installed new windows but now suddenly breakpoints stopped working. I am able to connect IntelliJ Idea in debug port 3000 but code doesn't stop at the breakpoints. I am wondering what has gone wrong while I have another machine with Windows 10, same project working file with breakpoint.

I am using following command to start the aem jar.
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:3000 -jar aem-author-p4502.jar -gui