Step through JDK source code in IntelliJ IDEA
If you look in [File menu ->] Settings -> Debugger -> Stepping you will see a list “Do not step into these classes”, probably with “java.*” listed there. Is that the case? You can turn that off there. Apparently the debug information is not available. According to this thread: Sadly the JDK classes have debug … Read more