Re: [Ryu-devel] I cannot debug ryu code

2015-01-26 Thread Satoshi KOBAYASHI
Hi Allen, It is probably caused from monkey patch of Eventlet. Python's standard thread is overwritten by Greenlet thread. You can patch the following to fix it. https://github.com/osrg/ryu/blob/master/ryu/cmd/manager.py#L20 hub.patch(thread=False) Thanks, Satoshi 2015-01-26 22:57 GMT+09:00 All

[Ryu-devel] I cannot debug ryu code

2015-01-26 Thread Allen
Hi, I encounter VariableError when I am debugging the ryu code in pycharm. It always displays: "Traceback (most recent call last): File "/home/xuchenhui/Software/pycharm-community-3.4.1/helpers/pydev/pydevd_vars.py", line 109, in findFrame raise VariableError("findFrame: must execute on sam