Support for Multi-version pydevd

Registered by Rui Chen

We need to support multi-version pydevd in order to supporting pycharm3 and pydev3 remote debug.

If we want to remote debug by pydev3 or pycharm3, "from pydev import pydev" is not work, need to "import pydevd" directly.

so need to change code, like this:
            try:
                from pydev import pydevd
            except ImportError:
                import pydevd

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
Rui Chen
Direction:
Needs approval
Assignee:
Rui Chen
Definition:
Obsolete
Series goal:
None
Implementation:
Not started
Milestone target:
None
Completed by
Rui Chen

Related branches

Sprints

Whiteboard

pydev remote debug doc:
http://pydev.org/manual_adv_remote_debugger.html

pycharm remote debug doc:
http://www.jetbrains.com/pycharm/webhelp/remote-debugging.html

Gerrit topic: https://review.openstack.org/#/q/topic:bp/mutli-version-pydevd-support,n,z

Addressed by: https://review.openstack.org/#/c/79596/
Support for Multi-version pydevd

Removed from next, as next is now reserved for near misses from the last milestone --johnthetubaguypydev remote debug doc:
http://pydev.org/manual_adv_remote_debugger.html

pycharm remote debug doc:
http://www.jetbrains.com/pycharm/webhelp/remote-debugging.html

Gerrit topic: https://review.openstack.org/#/q/topic:bp/mutli-version-pydevd-support,n,z

Addressed by: https://review.openstack.org/#/c/79596/
Support for Multi-version pydevd

Removed from next, as next is now reserved for near misses from the last milestone --johnthetubaguy

If you are still working on this, please re-submit via nova-specs. If not, please mark as obsolete, and add a quick comment to describe why. --johnthetubaguy (20th April 2014)

Mark as obsolete, I will commit a patch to fix it, don't need a blueprint. --Rui Chen(23 April 2014)

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.