idea项目用run可以跑起来, 但是用debugger报这个错误 :Process finished with exit code 1

FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_LOAD(196)
ERROR: transport library not found: dt_socket
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_LOAD(509)
JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196): No transports initialized [debugInit.c:750]

Process finished with exit code 1

看下是不是端口被占用了,检查不出就重启一下,然后看行不行,或者jre地址啥的有没有配正确。

是不是少配置了 ERROR: transport library not found: dt_socket 没找到这个东西

是spingboot工程吗

是springboot,我也碰到这问题了