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.
我正在调试我的代码,我首先注意到它跳过了我的断点,我认为这是由于 spring 的原因。但是我也注意到它已将行号更改为流:
我不知道为什么 Eclipse 会随机执行此操作。
这在我看来是反编译的 Java 代码。
行号不是由 Eclipse 生成的,而是由第三方反编译器生成的(如果是这样的话)。
边注:
检查您的调试配置以禁用反编译器,因为如果您只是在调试,它根本不应该运行!