Newbie question: Django and debugging?
I have just started using Pycharm and created an Django application. Now, I am at a point where I need to debug the application. I read through the Pycharm documentation and created a new test configuration. I then tried to debug the application but it never hit any of the breakpoints I set. Is there a tutorial on the web that steps through the process of debugging a Django app?
Please sign in to leave a comment.
Hello Rob,
Which exactly configuration have you created? Could you please show the command
line which is printed in the console when you start debugging?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Dimtry,
I got debugging to work by running the correct version of PyCharm(1.0.1). I was able to debug from there on. Thanks for your help.
Rob