Hacker News new | ask | show | jobs
by ashconnor 559 days ago
Can you set breakpoints within templates using PyCharm?
1 comments

Yes, you can. It has to be where there is templating language of course (you cannot put a breakpoint on a arbitrary div for example), you can also debug the rendering of the template through Pycharm if you want to in order to have a full stack debug, but I'm used to doing that using the browser developer tools.