We need to update that page. I haven't used PyDev in years, I use PyCharm. There's an option in PyCharm called 'Enable Gevent debugging' (Gevent is a green threads library very similar to eventlet, which is what we use in OpenStack). I read that PyDev 3.7+ has support for Gevent debugging as well. Can you check if simply enabling that (And not editing any code) solves your issue? If so I can update the wiki with your conclusions.
----- Original Message ----- > Hi,All > > I follow the wiki page: > https://wiki.openstack.org/wiki/NeutronDevelopment > > > * Eclipse pydev - Free. It works! (Thanks to gong yong sheng ). You need > to modify quantum-server and __init__.py as following: From: > eventlet.monkey_patch() To: eventlet.monkey_patch(os=False, > thread=False) > > but instruction about Eclipse pydev is invalid,as the file has changed,no > mokey_patch any more. > so what can i do? > > -- > Regards, > kkxue > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev