Will PyCharm Debug feature work when using PIL
I am using
from PIL import Image, ImageDraw, ImageCms
I understand that when PIL outputs an image, it is in a loop. That could be my problem. When I try to debug, I never get the "blue bar" per F7. I am not displaying an image currently. How do I get Debug to work with PIL? Debug works well when I have simple code (a for loop).
Please sign in to leave a comment.
Hello,
Please vote for this feature request https://youtrack.jetbrains.com/issue/PY-23411 in order to increase its priority.
Sorry for the inconvenience.