how to debug code flow of Neutron services using Eclipse Pydev Or Pdb
I am currently using Eclipse Pydev and PDB to analyze the code flow but in both the analysis seems to be limited to only Neutron-Client folder. For example, in vpn-create-ikepolicy command, the flow hits to a point where the Http Post query is done and then the created policy is just displayed but am not able to attach the pdb or eclipse to running services and see where th fuction calls are taking place.