IDEA-Connected to the target VM address

使用Debug启动Maven项目,出现该问题,然后到百度查找该问题有说IDEA和Maven版本不匹配,还有就是清除所有断点 Flie -->Invalidate Caches/Restart,其实和这些没什么关系。
IDEA-Connected to the target VM address

仔细看上面很明显这里不是显示启动信息的地方,这是显示变量的地方,就是断点进入后变量的展示位置,那么去找Console控制台吧。
一开始这里并没有console控制台需要你自己调出来并点击该按钮:
IDEA-Connected to the target VM address
出现下面页面说明服务器已经启动成功,在打断点。
IDEA-Connected to the target VM address
IDEA-Connected to the target VM address

再查看Debug中的Variables就没有了Connected to the target VM,address:‘127.0.0.1:60405’,transport:'socket’问题。
IDEA-Connected to the target VM address