I assume you're running it in the debugger? Make sure you regular server
isn't still running. Also, make sure your break point is on a line a
line which does something (e.g., /not/ on a class/function definition,
empty line, etc.)

_Nik

On 4/21/2013 10:14 PM, Mark Lybrand wrote:
> I can't get PyCharm to break at breakpoints when debugging a django
> app. what is the magic incantation i neec to invoke to make this
> happen regardless of where i am in code (views, urls, models,
> templates, etc)
>
> -- 
> Mark :)
> -- 
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to