Django debugging with pycharm

0

I have a problem debugging Django project, specifically a template. I am using Pycharm IDE.

When I set a break point on the template code, by default it becomes Jinja2 line break point and I think that is the reason why project doesn't stop at the that break point.

In my other projects, by default, break point is Django Line Breakpoint.

Does anyone know how to make it Django line break point by default.

Karolis Pakalnis

Posted 2019-10-02T09:50:20.593

Reputation: 1

No answers