Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-08-01 Thread xueguanwen
I know that with Keystone we needed to run with standard threads, not eventlet greenthreads in order to get step by step debugging. I've been mostly working with RPD, and that has worked well for me. I used PyCHarm for a bout a year, but did not renew it, as it doesn't really buy me that

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-30 Thread Adam Young
On 07/29/2015 11:42 PM, xueguan...@hotmail.com wrote: Hi,Assaf Does PyCharm really works? i use Pycharm 3.4.1 and Gevent debugging Enabled, but i still can not step into the place i want, pycharm will go to thread.py. I know that with Keystone we needed to run with standard threads, not

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-29 Thread xueguan...@hotmail.com
Hi,Assaf Does PyCharm really works? i use Pycharm 3.4.1 and Gevent debugging Enabled, but i still can not step into the place i want, pycharm will go to thread.py. - Original Message - We need to update that page. I haven't used PyDev in years, I use PyCharm. There's an option in

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Assaf Muller
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.

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Daniel Comnea
+100 on what Sean said On Mon, Jul 27, 2015 at 9:39 PM, Sean M. Collins s...@coreitpro.com wrote: We should have the Wiki page redirect, or link to: https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging And then update that RST file it to add any info we have about

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Madhusudhan Kandadai
I agree with Sean's note. On Mon, Jul 27, 2015 at 1:49 PM, Assaf Muller amul...@redhat.com wrote: +1 - Original Message - We should have the Wiki page redirect, or link to: https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging And then update that RST file

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Sean M. Collins
We should have the Wiki page redirect, or link to: https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging And then update that RST file it to add any info we have about debugging under IDEs. Generally, I dislike wikis because they go stale very quick and aren't well maintained,

Re: [openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread Assaf Muller
+1 - Original Message - We should have the Wiki page redirect, or link to: https://github.com/openstack/neutron/blob/master/TESTING.rst#debugging And then update that RST file it to add any info we have about debugging under IDEs. Generally, I dislike wikis because they go stale

[openstack-dev] how to debug neutron using eclipse pydev?

2015-07-27 Thread kkxue
Hi,All I follow the wiki page: https://wiki.openstack.org/wiki/NeutronDevelopment * Eclipse pydev http://pydev.org/- Free. It works! (Thanks togong yong sheng https://launchpad.net/%7Egongysh). You need to modifyquantum-server