IntelliJ IDEA无法调试Web应用程序?

时间:2017-12-05 11:53:54

标签: maven web intellij-idea

我有一个maven Web应用程序,内置IntelliJ IDEA,我的配置如下:

server configuration

deployment configration

debug configuration

当我点击右上角的调试按钮时,控制台会打印下面的日志,但不管我等了多久都没事:

/Users/***/apache-tomcat-8.5.24/bin/catalina.sh run
[2017-12-05 07:36:18,122] Artifact autohub-webapp:war exploded: Waiting for server connection to start artifact deployment...
objc[3108]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin/java...

所以我在调试配置中取消选中“传递环境变量”选项,它只是正确运行但是断点根本不起作用。

我的IntelliJ IDEA是最新的终极版本,与tomcat 8.5有关。

我的问题是:为什么调试不起作用?

0 个答案:

没有答案