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.
问题是在调试 java 库类时,例如 HashSet 函数,我看不到局部变量。在variables选项卡上,我只能看到函数参数和this的字段。当我尝试将局部变量添加到 时watch,eclipse 说:“评估期间出错”。
variables
watch
所以我的问题是为什么会发生这种情况?我怎样才能看到那些局部变量的值?
长话短说,JDK 发行版没有使用调试信息进行编译。
检查这些问题的答案: