Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
发现在eclipse中跟踪JRE源码时,看不到变量值。有可能以某种方式看到它们吗?
编辑
答案是重建rt.jar。仅附加 JDK 源是不够的。
rt.jar
试试how-do-i-view-and-debug-jdk-source-code-in-eclipse
你的意思是调试java代码?如果是这样,如果您设置断点,调试器应该停在那里,您将看到当前上下文中的所有变量。您甚至可以将鼠标悬停在源代码上以查看值