Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7390397
By: fabioz

If you mean the port for the remote debugger, you can change it with:

int portNumber = 11;
org.python.pydev.plugin.PydevPlugin.getDefault().getPreferenceStore().setValue(c
om.python.pydev.debug.DebugPluginPrefsInitializer.PYDEV_REMOTE_DEBUGGER_PORT,
portNumber);

It's editable in the UI at window > preferences > pydev > debug.

The regular debug does not have a specific port (it'll always try to find an
unused port).

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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to