I am trying to debug the flow of the application. So in the process, I need to debug two applications running on two different tomcat servers(where a method in one application calls another method of different application). How can I achieve this in eclipse(is it possible)?
Note: Both the applications are in the same eclipse instance and does not have any debug configuration.