Run没问题,Debug就报下面错误:
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]

解决方案:File——>Project Structure——>

Spring Boot2.x Run可以启动,打Debug报JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196)

将这三个的jdk环境变量配置一直;

2、如果以上也没解决那么就修改下面的配置

Spring Boot2.x Run可以启动,打Debug报JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196) 

编辑Configurations,修改JRE环境变量(自己的环境变量)

Spring Boot2.x Run可以启动,打Debug报JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196)

完美解决:

Spring Boot2.x Run可以启动,打Debug报JDWP exit error AGENT_ERROR_TRANSPORT_LOAD(196)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-06-04
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2021-07-06
  • 2022-12-23
  • 2021-09-21
  • 2021-05-29
  • 2021-08-08
  • 2021-08-27
相关资源
相似解决方案