[Pydev-users] [pydev - Users] RE: Remote debugging on another server
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-07 12:07:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3903243 By: fabioz Have you read: http://fabioz.com/pydev/manual_adv_remote_debugger.html Actually, if you're in another computer, in the call to setttrace, you should be able to pass the host that should be listening E.g.: pydevd.settrace(host=10.0.0.1) Cheers, Fabio ______________________________________________________________________ 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 |