I'm very new to this and am not sure if this is feasible.
All the requests for a specific file format to apache are redirected to a python script. Based on certain conditions, this script generates the output and returns that to the client.
I am using Eclipse + Pydev as my IDE. Once I make changes to the script, I upload it to the server using ftp. Is there a way, I can attach a debugger, so that whenever the script is run on the server, the debugger gets activated and I can put breakpoints and what not to debug it from there ?
I'd really appreciate any help, since debugging is a nightmare right now!