[Pydev-users] [pydev - Users] RE: Remote Debugging
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-10-18 14:28:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3969492 By: surenreddy1 Eclipse SDK Version: 3.2.1 Build id: M20060921-0945 Plugin Details 1.2.4 My localhost tests also fail. As a precaution, I have added the port 5678 to my safe list of ports to avoid the firewall mess. Also, to avoid the pydevd* files not being found, I have added them to the site-packages to ensure they get found. I am past that problem. Mod_python error: "PythonHandler mptest" Traceback (most recent call last): File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 299, in HandlerDispatch result = object(req) File "C:/Program Files/Apache Group/Apache2/htdocs/test/mptest.py", line 9, in handler import pydevd; pydevd.settrace() File "C:\Python24\lib\site-packages\pydevd.py", line 805, in settrace debugger.connect(host, 5678) File "C:\Python24\lib\site-packages\pydevd.py", line 200, in connect s = startClient(host, port) File "C:\Python24\lib\site-packages\pydevd_comm.py", line 251, in startClient sys.exit(1) SystemExit: 1 ______________________________________________________________________ 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 |