There is a project on Django and I use PyCharm. When I run a project locally and use breakpoint in the used Python file, the project does not stop at breakpoint .

So it should be when developing using Django ?

    1 answer 1

    In order for the "pause marks" to work, you need to start the project using the debugger (icon depicting a bug, next to the arrow).

    • When I switched from Python to WEB development using Django, I had to learn a lot more. And now it’s very funny that I forgot about such a trifle. :-D Thank you! - EmptyMan