The easiest way to debug is to use the python built-in module pdband debug from the shell.
Just set the trace in the handler you want to debug.
import pdb
pdb.set_trace()
How U starts the server, from an eclipse or from a shell. If it's from the shell, how does eclipse know that you are even running the application,
You can use the user-friendly version pdb, ipdbwhich also includes user-friendly options, such as auto-complete.