Sunday, May 31, 2015

Re: debugging with pycharm

Thx,that works.

On Tuesday, April 23, 2013 at 1:58:51 AM UTC+8, Nikolas Stevenson-Molnar wrote:
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...@googlegroups.com.
To post to this group, send email to django...@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+unsubscribe@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.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/34902dfe-9bd4-4a4e-a70d-38dff0e4ff26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment