我尝试在 STS(Spring Tool Suite)中调试 junit 测试。
当我尝试在测试对象类的任何方法中执行“步入”时,我得到
com.sun.jdi.InternalException: Got error code in reply:35 occurred retrieving 'this' from stack frame
.
当我在 IntelliJ IDEA 中做同样的事情时,我得到
'this' is not available
.
我尝试了使用 Eclipse 远程调试器抛出 com.sun.jdi.InternalException 中的所有内容,但结果没有任何用处。
我使用安装了java
brew cask install adoptopenjdk8
.
STS 版本是4.7.0.RELEASE
IntelliJ IDEA 版本为2020.1.2
JUnit 版本是4.13