Pycharm debugger breakpoint does not work

已回答

Hello,

I am facing the maximum recursion depth exceeded error when I run debugger. Debugger runs okay on a different project but has issues with this project.

Can you please help?

/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 "/Applications/PyCharm CE 2.app/Contents/helpers/pydev/pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 52483 --file /Library/Python/2.7/site-packages/robot/run.py --include test001 -b lacprun_logs --loglevel DEBUG --outputdir robotests/portchannel/portchannellogs --variablefile robotests/portchannel/basic_conf.py robotests/portchannel/basic_sanity.robot
pydev debugger: process 1386 is connecting

Connected to pydev debugger (build 181.5087.37)
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.RuntimeError'> ignored

0

Hi Vkacetone! It's hard to tell what is wrong without the code, is it possible to you to share the project or the relevant part of it with us? Do you use metaclasses?

0
Avatar
Permanently deleted user

Hi,

I do not have metaclasses. Are there any debugs I can enable in pycharm? I can paste the outputs.

 

Thanks.

0

Please try the same using PyCharm EAP build

0

请先登录再写评论。