File “/usr/lib/python2.7/logging/config.py”, line 562, in configure
‘filter %r: %s’ % (name, e))
ValueError: Unable to configure filter ‘require_debug_false’: ‘DictConfigurator’ object has no attribute ‘startswith’
http://stackoverflow.com/questions/28806403/python-logging-and-pydev-debugger
修改pycharm/helpers/pydev/pydevd.py,注释pydev_monkey_qt.patch_qt()
再次debug,正常