python - How to insert breakpoint in django template? -


how can insert pdb.set_trace() in django template? or maybe run debug inside template.

pycharm professional edition supports graphical debugging of django templates. more information how here:

https://www.jetbrains.com/help/pycharm/2016.1/debugging-django-templates.html

pycharm's debugger very, good. best python ide available.

disclaimer: satisfied customer, have no other vested interest.


Comments