Attaching debugger to python script running on apache -
i'm new , not sure if feasible.
all requests specific file format apache redirected python script. based on conditions, script generates output , returns client.
i using eclipse + pydev ide. once make changes script, upload server using ftp. there way, can attach debugger, whenever script run on server, debugger gets activated , can put breakpoints , not debug there ?
i'd appreciate help, since debugging nightmare right now!
what remote debugging in pydev
not exactly requested; talking attaching process, while remote debugging, have process connecting debugging server. said, have been using feature lot debug scripts running in apache / mod_python, , effective.
Comments
Post a Comment