Changeset 325 for z3wingdbg/trunk/interfaces.py
- Timestamp:
- 08/27/06 17:10:21 (6 years ago)
- Files:
-
- 1 modified
-
z3wingdbg/trunk/interfaces.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
z3wingdbg/trunk/interfaces.py
r298 r325 145 145 default=True) 146 146 147 attachPort = schema.Int( 148 title=_(u'Attachment port'), 149 description=_(u'attach-port-description', 150 u'Optional port where the debugger will listen for ' 151 u'incoming connections from the Wing IDE.'), 152 default=None, 153 min=0, 154 max=65535, 155 required=False) 156 147 157 class IDebugServerConfiguration(interface.Interface): 148 158 """Debug server configuration"""
