2

When I add various servers (Wildfly/Tomcat) run/debug configurations I can attach theirs source code in application servers configuration window.

Wildfly configuration with attached source code

Tomcat configuration with attached source code

I would expect this source can be browsed while debugging. Unfortunatelly it can't:

enter image description here

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?

Artur Owczarek
  • 1,146
  • 1
  • 11
  • 22
  • What is the issue? Are you looking for the `org.jboss.invocation` source code? – James R. Perkins Mar 14 '16 at 15:53
  • Yes. I'd like to trace how different containers handle my application. How it's deployed, how requests are served etc. – Artur Owczarek Mar 15 '16 at 07:25
  • I *thought* there was a way for IDEA to automatically download them, but maybe it requires a POM. WildFly has several projects that feed into it so you'd need to download the source for each one of those as well. There's going to be a lot debugging to sort out those things :) – James R. Perkins Mar 15 '16 at 15:32

1 Answers1

-1

I see arquillian source code not WildFly in your configuration

ehsavoie
  • 3,126
  • 1
  • 16
  • 14