debug 的时候显示Variables debug info not available

debug 的时候显示Variables debug info not available

背景

本文并不是如何解决这个问题,这个问题属于正常现象,也没必要去解决,不影响日常debug。解决这个问题可以搜其他博客,都是比较麻烦的方式而且我觉得没必要解决。

事件经过

我曾经以为这个提示导致影响了我debug,但其实不是,是View as 的查看方式问题。下面是事件详细经过:

发现IDEA 在 debug 的时候显示 Variables debug info not available

debug 的时候显示Variables debug info not available

属于正常现象,并不是损坏,只是今天才注意到这个事情觉得很惊讶,另外不是 Variables debug info not available 导致了ArrayList在this中无法显示elementData和size等成员变量,是查看方式的问题

只要选择 this,右击选择 View as -> toString 这种方式就能显示出elementData和size等成员变量

debug 的时候显示Variables debug info not available

下图,经过上面的操作,显示出来了

debug 的时候显示Variables debug info not available

上一篇:2021(接近2022)linux(ubuntu16.04)安装cuda跑深度学习步骤以及踩坑过程(ELF标头无效、导入torch后torch.cuda.is_available()为False等等)


下一篇:PHP mb_substr除错误率utf 8