I created a Django application, it works fine on my machine.
After that I tested it on a test server, but something is not working.
How to debug it?
Can this be done using the PyDev Eclipse plugin, or maybe there are other ways?
At best, I would like to use "step into", "step over", "step out", but if this is not possible, simple logging is also OK.
UPDATE:
On my machine, it works with ./manage.py runserver, but on a test machine, it works with Apache + mod_wsgi
source
share