Re: Debugging Django using Pycharm

2015-09-23 Thread varun naganathan
Here's an article that might help: https://www.jetbrains.com/pycharm/help/run-debug-configuration-django-test.html Also PDB,the python debugger does a very good job of debuuging your Django App. In case you've never used pdb,this should get you started: https://gimmebar-assets.s3.amazonaws.com/4fe

Re: Debugging Django using Pycharm

2015-09-15 Thread Nick Sarbicki
> > Hi Team, > > This is Prabhu just started using Django. > > I would like to know how to debug the code by attaching django application > which is running on server. > > Please share the Pycharm Setting and Steps to be followed. > > If you are recommend any other debug tool that too ok for me. >

Debugging Django using Pycharm

2015-09-15 Thread Prabhu
Hi Team, This is Prabhu just started using Django. I would like to know how to debug the code by attaching django application which is running on server. Please share the Pycharm Setting and Steps to be followed. If you are recommend any other debug tool that too ok for me. Thanks and Regard