[Pydev-users] [pydev - Users] RE: Remote Debugging
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-10-17 00:47:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3966697 By: surenreddy1 I disabled my firewall. Still no luck. Mod_python error: "PythonHandler mod_python.publisher" Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/usr/lib64/python2.4/site-packages/mod_python/publisher.py", line 136, in handler result = util.apply_fs_data(object, req.form, req=req) File "/usr/lib64/python2.4/site-packages/mod_python/util.py", line 361, in apply_fs_data return object(**args) File "/var/www/html/python/src/root/myhandler.py", line 18, in eclipseDebugTester import pydevd; pydevd.settrace('192.168.20.216') File "/usr/lib64/python2.4/site-packages/pydevd.py", line 850, in settrace debugger.setSuspend(t, CMD_SET_BREAK) File "/usr/lib64/python2.4/site-packages/pydevd.py", line 466, in setSuspend def setSuspend(self, thread, stop_reason): File "/usr/lib64/python2.4/site-packages/pydevd.py", line 527, in trace_dispatch sys.exit(0) SystemExit: 0 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |