Python plugin is not stopping on a breakpoint
Hello All --
I am using IDEA Ultimate 10.5 with Python plugin 2.7.0 to debug a Django application. I have problem stopping on breakpoints.
During the startup, the breakpoints work but when the application starts I am not able to stop while rendering views.
I have tested the suggestions of http://stackoverflow.com/questions/4348202/django-step-through-the-code : verified that I am running the correct file by putting the debug prints, recreated the configuration -- still the same problem.
The debugger worked flawlessly just few minutes ago. Please help!
Thanks,
-- Sasha
Please sign in to leave a comment.
Hello Sasha,
Please make sure the command line for starting the server includes the --noreload
option. Otherwise PyCharm wouldn't be able to connect to the correct process
in the Django server.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"