Setting breakpoints in Django template?!
Hey there, I'm loving PyCharm so far! It is really easy to use for most things, but I can't quite seem to get breakpoints set in my HTML with django template lines... how do I do that? I'm using Windows.
I have 2 folders in my PyCharm project:
somewhere on my computer\KeepClientsHappy\ ... django stuff ...
in my WAMP folder\www\KeepClientsHappySite\ ... django template stuff ...
How do I get breakpoints in this template?!
Thanks for your time,
Eric
I have 2 folders in my PyCharm project:
somewhere on my computer\KeepClientsHappy\ ... django stuff ...
in my WAMP folder\www\KeepClientsHappySite\ ... django template stuff ...
How do I get breakpoints in this template?!
Thanks for your time,
Eric
请先登录再写评论。
Appreciate it!
EDIT:
To make it clearer to some people, settings is under File -> Settings, or, Ctrl + Alt + S