How to remote debug the supporting jars (projects) ,which are present in the lib directory of the main project
I am trying to debug a project which is used to support the main project ,and is present in the lib folder of the bin directory We are not able to do so ,as on trying to do it.The breakpoints in the supporting project is never hit. The breakpoints in the core project is hit .But for plugin it is always looking in the remote system itself and does not reach the source code in
Project Structure on the remote machine
Remote debug config : Project is selected as core Source contains both the projects -- core and plugin
I have also tried debugging as Java application .In this case also we see the same behavior i.e plugin breakpoints are not hit.