[Solved] PyCharm Debugger Not Working pytest

Опубликовано: 10 Март 2026
на канале: MobileTesting
13,552
66

PyCharm Debugger Not Working pytest


Even when the breakpoints are set, PyCharm doesn't wait at them. We have two solutions to solve this:


Option 1: Remove all instances of --cov usages in your purest.ini file


Option 2: Add --no-cov parameter in additional arguments field inside PyCharm Edit Configuration


#pycharm #pycharmdebuggernotworking #pycharmdebuggerpytest #pytest #python