Step through JDK source code in IntelliJ IDEA

后端 未结 7 2250
梦谈多话
梦谈多话 2020-11-27 15:43

How can I step through JDK source code in IntelliJ IDEA 7 and see the debug info? I can currently hit breakpoints and step through the code, but the debug info is not avail

7条回答
  •  囚心锁ツ
    2020-11-27 16:41

    I did this on my Mac to get my Android source code but a similar approach should work for you.

    • File > Project Structure

    • Selected "SDKs" under Platform Settings.

    • Selected "Android SDK"

    • Selected "Sourcepath" tab

    • Pressed "+"

    • Browsed to location of my Java source code

提交回复
热议问题