Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Liangfenglam
Total activity
4
Last activity
November 22, 2024 07:52
Member since
November 21, 2024 03:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (3)
Liangfenglam
commented,
November 22, 2024 07:52
I can indeed debug in JDK17. Unfortunately it does not work in JDK8. I am using azul version 1.8.0_412:
Community
IntelliJ IDEA EAP Users
Can't debug javax.management.NotificationListener code
0 votes
Liangfenglam
commented,
November 21, 2024 13:16
Sure, I just have a simple Spring Boot Application like this, I want to break at System.out.println("hello world");,however I couldn't.public class DemoApplication { public static void main(Str...
Community
IntelliJ IDEA EAP Users
Can't debug javax.management.NotificationListener code
0 votes
Liangfenglam
commented,
November 21, 2024 03:47
I think it is difficult to do, because NotificationListener is implemented by JVM underlying Java code through JNI. I guess it bypasses JDI. It is really a challenging problem.
Community
IntelliJ IDEA EAP Users
Can't debug javax.management.NotificationListener code
0 votes