When opening debug session from inclusion CI on map, the Entry Point window shows all of the inclusion endpoint's parentsDescriptionWhen opening debug session from inclusion CI on map, the Entry Point window shows all of the inclusion endpoint's parents (based on applicative flow relations), regardless to the fact that we want to debug only one, which is the endpoint that implements the parent CI. As a result, the parent entry point data shown in the Entry Point window is false.Steps to Reproduce For example, if we have three endpoints, ep1, ep2, ep3, and they have application flow to inclusion_ep.ep3 implements the parent CI.Open the debug session Entry Point window will show the data for ep1 instead of ep3. Expected result: 'Aviailable Parent Connection' field should show only entry point data of ep3, as this is the endpoint that leads to the parent CI. Actual result:'Aviailable Parent Connection' show all of the inclusion endpoint's parents.WorkaroundSet the URL in the Debug Connection Section window manually.Related Problem: PRB1359661