Conditional breakpoint don't work for me
I'm trying to make a conditional breakpoint, but for some reason PyCharm doesn't recognize the variables in my code (it does recognize them for static code suggestions etc.). When I ignore the red line, it won't break on the conditional either. It used to work. Any ideas on what I might be doing wrong?
Thanks in advance.
Thanks in advance.
1 comment
Sort by
Date
Votes
Hi Steve, could you please file an issue to youtrack.jetbrains.com/issues/PY and provide there a code example. Also please add environment variable PYCHARM_DEBUG=True to your Run configuration and attach a console output to the issue after you try to stop on conditional breakpoint.
Please sign in to leave a comment.