简体   繁体   English

在IntelliJ中调试Web容器

[英]Debugging web containers in IntelliJ

When I add various servers (Wildfly/Tomcat) run/debug configurations I can attach theirs source code in application servers configuration window. 当我添加各种服务器(Wildfly / Tomcat)运行/调试配置时,我可以在应用程序服务器配置窗口中附加其源代码。

附带源代码的Wildfly配置

带有附加源代码的Tomcat配置

I would expect this source can be browsed while debugging. 我希望在调试时可以浏览这个源代码。 Unfortunatelly it can't: 不幸的是它不能:

在此输入图像描述

I want to trace the process of deployment on various containers. 我想跟踪各种容器上的部署过程。 I know I can open source code in another IntelliJ and connect remotely but I want to debug my application and application server in the same window. 我知道我可以在另一个IntelliJ中打开源代码并进行远程连接,但是我想在同一窗口中调试应用程序和应用程序服务器。 What shall I do to do it? 我该怎么办呢?

我在您的配置中看到Arquillian源代码而不是WildFly

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM