简体   繁体   中英

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配置

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. What shall I do to do it?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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