【问题标题】:IntelliJ: show decompiled class disassembly even when source is presentIntelliJ:即使存在源也显示反编译的类反汇编
【发布时间】:2023-03-23 02:33:02
【问题描述】:

当找不到源时,IntelliJ 可以display and debug decompiled classes。除了删除源之外,还有什么方法可以强制调试器使用反汇编而不是源,即使找到了源?

这在来源错误(与类不匹配)的情况下很有用。

【问题讨论】:

    标签: java debugging intellij-idea jvm disassembly


    【解决方案1】:

    这是在 IntelliJ IDEA 2016.1 中添加的(请参阅 IDEA-144322),现在可在 Show Bytecode as Show Decompiled Class 旁边的 View 菜单中使用。它仅适用于库类,不适用于项目类。

    【讨论】:

      猜你喜欢
      • 2018-09-08
      • 2015-12-21
      • 1970-01-01
      • 2014-12-04
      • 1970-01-01
      • 2011-03-12
      • 2012-05-08
      • 2017-08-18
      • 2014-08-28
      相关资源
      最近更新 更多