[openstack-dev] how to debug neutron using eclipse pydev?
Assaf Muller
amuller at redhat.com
Mon Jul 27 13:24:13 UTC 2015
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-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
More information about the OpenStack-dev
mailing list