在库路径上找不到代理库jdwp:transport

时间:2018-10-26 11:03:58

标签: macos debugging tomcat intellij-idea

如何在Mac上从创意中运行带有调试功能的tomcat,出现错误:

/Users/konrad/Applications/apache-tomcat-9.0.12/bin/catalina.sh run
[2018-10-25 01:56:13,230] Artifact Gradle : com.test : MyService.war: Waiting for server connection to start artifact deployment...
Error occurred during initialization of VM
Could not find agent library jdwp:transport on the library path, with error: dlopen(libjdwp:transport.dylib, 1): image not found
Disconnected from server

VM选项-DprofileName=dev -agentlib:jdwp:transport=dt_socket,server=y,address=8000, suspend=n

我在Mac上使用InteliJTomcat 9进行调试

0 个答案:

没有答案