Blog Archive for April 21, 2010

Debugging Django with PyDev

April 21, 2010

To debug a Django app within Eclipse, you need to start manage.py with the runserver parameter from within eclipse. You also need the --noreload parameter or else the debugger may end up attached to the wrong process.

Steps

  • Find manage.py in your source.
  • Right click it, and Debug as.../Debug Configurations …